Browse Source

Keymap updates

pull/1728/head
krusli 6 years ago
committed by Jack Humbert
parent
commit
a8a02455f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/mechmini/keymaps/default/keymap.c

+ 1
- 1
keyboards/mechmini/keymaps/default/keymap.c 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:


Loading…
Cancel
Save