f478438f01
* 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.
5 lines
No EOL
89 B
C
5 lines
No EOL
89 B
C
|
|
#include <dt-bindings/zmk/keys.h>
|
|
|
|
#define CC_RAIS ZC_CSTM(1)
|
|
#define CC_LOWR ZC_CSTM(2) |