Separate RGBLight/RGB Matrix keycode handling (#23679)
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
This commit is contained in:
parent
5c97a78ce6
commit
6fa11bf219
267 changed files with 1228 additions and 2276 deletions
|
|
@ -26,16 +26,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[0] = LAYOUT(LAYER_SWITCH, G(KC_C), G(KC_V)),
|
||||
|
||||
/* RGB Toggle + Mode Change */
|
||||
[1] = LAYOUT(LAYER_SWITCH, RGB_TOG, RGB_MOD),
|
||||
[1] = LAYOUT(LAYER_SWITCH, UG_TOGG, UG_NEXT),
|
||||
|
||||
/* RGB Brightness */
|
||||
[2] = LAYOUT(LAYER_SWITCH, RGB_VAD, RGB_VAI),
|
||||
[2] = LAYOUT(LAYER_SWITCH, UG_VALD, UG_VALU),
|
||||
|
||||
/* RGB Hue */
|
||||
[3] = LAYOUT(LAYER_SWITCH, RGB_HUD, RGB_HUI),
|
||||
[3] = LAYOUT(LAYER_SWITCH, UG_HUED, UG_HUEU),
|
||||
|
||||
/* RGB Saturation */
|
||||
[4] = LAYOUT(LAYER_SWITCH, RGB_SAD, RGB_SAI),
|
||||
[4] = LAYOUT(LAYER_SWITCH, UG_SATD, UG_SATU),
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue