Update keycodes for keyboards with RGB Matrix (#24484)
This commit is contained in:
parent
7d8f193988
commit
f3bae56808
345 changed files with 923 additions and 941 deletions
|
|
@ -6,15 +6,15 @@
|
|||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT_ortho_3x3(
|
||||
MO(1), KC_MPLY, RGB_TOG,
|
||||
MO(1), KC_MPLY, RM_TOGG,
|
||||
KC_VOLD, KC_MUTE, KC_VOLU,
|
||||
KC_KP_1, KC_KP_2, KC_KP_3
|
||||
),
|
||||
|
||||
[1] = LAYOUT_ortho_3x3(
|
||||
KC_TRNS, RGB_M_P, MO(2),
|
||||
RGB_MOD, RGB_HUI, RGB_VAI,
|
||||
RGB_RMOD, RGB_HUD, RGB_VAD
|
||||
RM_NEXT, RM_HUEU, RM_VALU,
|
||||
RM_PREV, RM_HUED, RM_VALD
|
||||
),
|
||||
|
||||
[2] = LAYOUT_ortho_3x3(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue