diff options
| author | Ryan | 2025-07-11 19:05:41 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-11 19:05:41 +0200 |
| commit | 6b38dc17cd12b740b45b56c67ad04bb428f3bddb (patch) | |
| tree | a5e39f81fc4fec4eeeff027c059051e7f82a28de /keyboards/handwired/snatchpad/keymaps/default/keymap.c | |
| parent | 71b88b333d0bf000201ef588101e501f2d386575 (diff) | |
Remove deprecated `RGB_` and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes
* Update old mouse keycodes, 0-9/A-M
* Update old mouse keycodes, N-Z & layouts
* Missed some stuff
Diffstat (limited to 'keyboards/handwired/snatchpad/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/handwired/snatchpad/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/snatchpad/keymaps/default/keymap.c b/keyboards/handwired/snatchpad/keymaps/default/keymap.c index db8305129d..923b0d29f1 100644 --- a/keyboards/handwired/snatchpad/keymaps/default/keymap.c +++ b/keyboards/handwired/snatchpad/keymaps/default/keymap.c @@ -12,7 +12,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [1] = LAYOUT( QK_LOCK, KC_UP , _______, KC_LEFT, KC_DOWN, KC_RGHT, - KC_BTN1, KC_BTN2 + MS_BTN1, MS_BTN2 ), [2] = LAYOUT( _______, _______, _______, |