Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Rename ZC_NOOP to ZC_NO. | Pete Johanson | |
2020-05-22 | Fixes for keymap key selection logic. | Pete Johanson | |
2020-05-18 | Implement raise/lower for default keymap. | Pete Johanson | |
* Properly allow includes for keymaps to allow defining custom keycodes, and then adding them to the keymap.overlay file. * Fix keymap.c loading after build refactor. * Fix for deactivating a layer working properly. * Fix default keymap to put transparent in proper spots to make raise/lower keycodes work as expected. * Add custom raise/lower keycode handling to default keymap. | |||
2020-05-18 | Refactor build/config/keymaps. | Pete Johanson | |
* Move all headers to `include/zmk` directory. * Update includes to reference them properly. * Add `keymap.c` file from keymap, if found. * Toplevel CONFIG_ZMK_BLE aggregate config setting. | |||
2020-05-12 | Full NKRO support, fixes for keymap key selection. | Pete Johanson | |
2020-05-10 | Expanded handler implementation, more key defines. | Pete Johanson | |
2020-05-03 | Start to get layers + keymaps pulled in from DTS. | Pete Johanson | |