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
This commit is contained in:
Ryan 2025-07-12 03:05:41 +10:00 committed by GitHub
parent 71b88b333d
commit 6b38dc17cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
325 changed files with 911 additions and 964 deletions

View file

@ -1,2 +1,2 @@
COMB(gbClick, KC_BTN1, KC_G, KC_B)
COMB(fvClick, KC_BTN2, KC_F, KC_V)
COMB(gbClick, MS_BTN1, KC_G, KC_B)
COMB(fvClick, MS_BTN2, KC_F, KC_V)