Keymap updates

This commit is contained in:
krusli 2017-09-16 17:26:02 +10:00 committed by Jack Humbert
parent 6cfb85f32f
commit a8a02455f5
1 changed files with 1 additions and 1 deletions

View File

@ -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: