Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-28 | refactor: replace filename hyphens with underscores | innovaker | |
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523 | |||
2020-08-28 | fix(test): change the layout | Cody McGinnis | |
2020-06-22 | Fix consumer keys w/ refactored behaviors. | Pete Johanson | |
2020-06-21 | Clean up after refactor, better HID constants. | Pete Johanson | |
2020-06-21 | Refactor to single <behaviors.dtsi> include. | Pete Johanson | |
2020-06-21 | Implement momentary layer + transparent behaviors | Pete Johanson | |
* Implement "momentary layer" behavior with `&mo` reference. * Implement basic "transparent" behavior with `&trans` reference. | |||
2020-06-21 | Refactor global bindings, implement mod-tap. | Pete Johanson | |
* Use extra comptible = "zmk,behavior-global" to add behaviors to global bindings for event notification. * Implement mod-tap, as a keymap binding and global one to skip tap if other keycode pressed while held. | |||
2020-06-20 | Lots more pieces toward HID working again. | Pete Johanson | |
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |