Add dynamic keymap config

This commit is contained in:
Jeremy Soller
2020-10-01 10:18:21 -06:00
committed by Jeremy Soller
parent fc2c3511d2
commit 916a6f87f3
23 changed files with 139 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
#include <board/keymap.h>
uint16_t __xdata KEYMAP[KM_LAY][KM_OUT][KM_IN] = {
uint16_t __code KEYMAP[KM_LAY][KM_OUT][KM_IN] = {
LAYOUT(
K_ESC, K_F1, K_F2, K_F3, K_F4, K_F5, K_F6, K_F7, K_F8, K_F9, K_F10, K_F11, K_F12, K_HOME, K_END, K_PRINT_SCREEN, K_DEL,
K_TICK, K_1, K_2, K_3, K_4, K_5, K_6, K_7, K_8, K_9, K_0, K_MINUS, K_EQUALS, K_BKSP,