Change all RGB mode keycodes to short aliases (#23691)
This commit is contained in:
parent
66eb5d0a90
commit
f9f67d4cb3
42 changed files with 87 additions and 87 deletions
|
@ -27,7 +27,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
case RGBWINGS:
|
||||
if (record->event.pressed) {
|
||||
/* Blackout these RGB components */
|
||||
tap_code16(RGB_MODE_PLAIN);
|
||||
rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT);
|
||||
rgblight_setrgb_at(0, 0, 0, 0);
|
||||
rgblight_setrgb_at(0, 0, 0, 1);
|
||||
rgblight_setrgb_at(0, 0, 0, 4);
|
||||
|
|
|
@ -27,7 +27,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
case RGBWINGS:
|
||||
if (record->event.pressed) {
|
||||
/* Blackout these RGB components */
|
||||
tap_code16(RGB_MODE_PLAIN);
|
||||
rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT);
|
||||
rgblight_setrgb_at(0, 0, 0, 0);
|
||||
rgblight_setrgb_at(0, 0, 0, 1);
|
||||
rgblight_setrgb_at(0, 0, 0, 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue