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:
@@ -15,7 +15,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
||||
[0] = {
|
||||
ENCODER_CCW_CW(KC_VOLD, KC_VOLU),
|
||||
ENCODER_CCW_CW(KC_WH_U, KC_WH_D)
|
||||
ENCODER_CCW_CW(MS_WHLU, MS_WHLD)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user