mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Keymap updates
This commit is contained in:
parent
6cfb85f32f
commit
a8a02455f5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
|
|||
break;
|
||||
case RGB_CYAN:
|
||||
r = 0x00;
|
||||
g = 0xDC;
|
||||
g = 0xE0;
|
||||
b = 0xFF;
|
||||
break;
|
||||
case RGB_WHITE:
|
||||
|
|
Loading…
Reference in a new issue