RGB_ -> RM_ keycodes after this round of breaking changes

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Vino Rodrigues 2024-11-23 00:21:16 +11:00 committed by GitHub
parent 5647678f35
commit 820bda8423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,9 +12,9 @@
"KC_P6", "KC_P7", "LT(1, KC_P8)"
],
[
"RGB_HUI", "RGB_SAI", "RGB_SPI",
"RGB_HUD", "RGB_SAD", "RGB_SPD",
"RGB_TOG", "RGB_MOD", "_______"
"RM_HUEU", "RM_SATU", "RM_SPDU",
"RM_HUED", "RM_SATD", "RM_SPDD",
"RM_TOGG", "RM_NEXT", "_______"
]
],
@ -32,8 +32,8 @@
],
[
{
"ccw": "RGB_VAD",
"cw": "RGB_VAI"
"ccw": "RM_VALD",
"cw": "RM_VALU"
}
]
]