diff options
| author | Martin Gondermann <mgondermann@np4.net> | 2017-12-05 08:41:55 +0100 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-08 16:12:31 -0500 |
| commit | 155660ff9d2c94acb6a6baabb0e06fffbb1983d2 (patch) | |
| tree | 118aca84d43ada37614cd84454da8ecfc673b4ce | |
| parent | 6e25220eedf8029528b22b86ccfff3832e57cf6a (diff) | |
| download | qmk_firmware-155660ff9d2c94acb6a6baabb0e06fffbb1983d2.tar.gz qmk_firmware-155660ff9d2c94acb6a6baabb0e06fffbb1983d2.zip | |
Updated color for base layer to better match my key caps (Dasher)
| -rw-r--r-- | keyboards/clueboard/66/keymaps/magicmonty/Makefile | 9 | ||||
| -rw-r--r-- | keyboards/clueboard/66/keymaps/magicmonty/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/clueboard/66/keymaps/magicmonty/rules.mk | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/clueboard/66/keymaps/magicmonty/Makefile b/keyboards/clueboard/66/keymaps/magicmonty/Makefile deleted file mode 100644 index 289018f34..000000000 --- a/keyboards/clueboard/66/keymaps/magicmonty/Makefile +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | |||
| 2 | MOUSEKEY_ENABLE = yes | ||
| 3 | EXTRAKEY_ENABLE = yes | ||
| 4 | |||
| 5 | MIDI_ENABLE = yes | ||
| 6 | |||
| 7 | # if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size | ||
| 8 | CONSOLE_ENABLE = false | ||
| 9 | COMMAND_ENABLE = no | ||
diff --git a/keyboards/clueboard/66/keymaps/magicmonty/keymap.c b/keyboards/clueboard/66/keymaps/magicmonty/keymap.c index 66915de1b..bb3ca9623 100644 --- a/keyboards/clueboard/66/keymaps/magicmonty/keymap.c +++ b/keyboards/clueboard/66/keymaps/magicmonty/keymap.c | |||
| @@ -138,7 +138,7 @@ enum layer_id { | |||
| 138 | void clueboard_set_led(uint8_t id, uint8_t val) { | 138 | void clueboard_set_led(uint8_t id, uint8_t val) { |
| 139 | switch (id) { | 139 | switch (id) { |
| 140 | case LAYER_BASE: | 140 | case LAYER_BASE: |
| 141 | rgblight_sethsv_noeeprom(0, 0, val); | 141 | rgblight_sethsv_noeeprom(190, 255, val); |
| 142 | break; | 142 | break; |
| 143 | case LAYER_FUNCTION: | 143 | case LAYER_FUNCTION: |
| 144 | rgblight_sethsv_noeeprom(46, 255, val); | 144 | rgblight_sethsv_noeeprom(46, 255, val); |
diff --git a/keyboards/clueboard/66/keymaps/magicmonty/rules.mk b/keyboards/clueboard/66/keymaps/magicmonty/rules.mk index 289018f34..7ee1ff169 100644 --- a/keyboards/clueboard/66/keymaps/magicmonty/rules.mk +++ b/keyboards/clueboard/66/keymaps/magicmonty/rules.mk | |||
| @@ -5,5 +5,5 @@ EXTRAKEY_ENABLE = yes | |||
| 5 | MIDI_ENABLE = yes | 5 | MIDI_ENABLE = yes |
| 6 | 6 | ||
| 7 | # if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size | 7 | # if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size |
| 8 | CONSOLE_ENABLE = false | 8 | CONSOLE_ENABLE = no |
| 9 | COMMAND_ENABLE = no | 9 | COMMAND_ENABLE = no |
