Updated color for base layer to better match my key caps (Dasher)

This commit is contained in:
Martin Gondermann 2017-12-05 08:41:55 +01:00 committed by Jack Humbert
parent 6e25220eed
commit 155660ff9d
3 changed files with 2 additions and 11 deletions

View File

@ -1,9 +0,0 @@
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
MIDI_ENABLE = yes
# if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size
CONSOLE_ENABLE = false
COMMAND_ENABLE = no

View File

@ -138,7 +138,7 @@ enum layer_id {
void clueboard_set_led(uint8_t id, uint8_t val) {
switch (id) {
case LAYER_BASE:
rgblight_sethsv_noeeprom(0, 0, val);
rgblight_sethsv_noeeprom(190, 255, val);
break;
case LAYER_FUNCTION:
rgblight_sethsv_noeeprom(46, 255, val);

View File

@ -5,5 +5,5 @@ EXTRAKEY_ENABLE = yes
MIDI_ENABLE = yes
# if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size
CONSOLE_ENABLE = false
CONSOLE_ENABLE = no
COMMAND_ENABLE = no