diff options
Diffstat (limited to 'keyboards/planck/thk')
-rw-r--r-- | keyboards/planck/thk/thk.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/planck/thk/thk.c b/keyboards/planck/thk/thk.c index 42836f0f11..bd7080e01b 100644 --- a/keyboards/planck/thk/thk.c +++ b/keyboards/planck/thk/thk.c @@ -30,3 +30,10 @@ const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {0}; # endif #endif + +const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = { + {36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47}, + {24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35}, + {12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23}, + { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} +}; |