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:
parent
71b88b333d
commit
6b38dc17cd
325 changed files with 911 additions and 964 deletions
|
|
@ -55,8 +55,8 @@ uint32_t processQwerty(bool lookup) {
|
|||
P( LFT | LK | LP | LW, REPEAT());
|
||||
|
||||
// Mouse Keys
|
||||
/* P( LO | LSD | LK, CLICK_MOUSE(KC_MS_BTN2)); */
|
||||
/* P( LO | LR | LW, CLICK_MOUSE(KC_MS_BTN1)); */
|
||||
/* P( LO | LSD | LK, CLICK_MOUSE(MS_BTN2)); */
|
||||
/* P( LO | LR | LW, CLICK_MOUSE(MS_BTN1)); */
|
||||
|
||||
|
||||
/* Function layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue