Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-29 | Merge branch 'main' into CrossR/Sofle | CrossR | |
2020-08-28 | fix(test): change the layout | Cody McGinnis | |
2020-08-21 | Add keycodes properly. | CrossR | |
2020-08-21 | feat(behaviors): Add `&bootloader` behavior. | Pete Johanson | |
* Allow reset behavior to have a type property. * Add `bootloader` node that triggers DFU UF2 bootloader mode using the AdaFruit nrf52 bootloader. | |||
2020-08-02 | Add better default keymap for lily58 | Nick | |
2020-07-29 | Remove unneeded macro. | Pete Johanson | |
2020-07-26 | Add a few more keys | Nick | |
2020-07-26 | Add F keys and print screen | Nick | |
2020-07-24 | Initial RGB Underglow implementation | Nick | |
2020-07-22 | Initial behavior for key presses on encoder rotate | Pete Johanson | |
2020-06-30 | Fix back/forward slash keycodes. | Pete Johanson | |
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-16 | Rename keymap-transform to matrix-transform. | Pete Johanson | |
* Clearer name to capture essence of the role of the transform. | |||
2020-06-16 | Tweaks to remove "helper macros" | Pete Johanson | |
* More direct transform maps were agreed to be clearer. * Remove helpers, just use simple `RC` macro to map a logical location to a row/column pair. | |||
2020-06-16 | Better naming, layout comments for clarity. | Pete Johanson | |
2020-06-15 | Initial work on keymap transforms for non-standard matrixes. | Pete Johanson | |
* Allows "gaps" for keyboards like Kyra. * Allows keyboards with matrixes that don't map the logical key locations to have normal looking keymaps when defined. | |||
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |