aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Gondermann <mgondermann@np4.net>2017-12-05 08:41:55 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-08 16:12:31 -0500
commit155660ff9d2c94acb6a6baabb0e06fffbb1983d2 (patch)
tree118aca84d43ada37614cd84454da8ecfc673b4ce
parent6e25220eedf8029528b22b86ccfff3832e57cf6a (diff)
downloadqmk_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/Makefile9
-rw-r--r--keyboards/clueboard/66/keymaps/magicmonty/keymap.c2
-rw-r--r--keyboards/clueboard/66/keymaps/magicmonty/rules.mk2
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
2MOUSEKEY_ENABLE = yes
3EXTRAKEY_ENABLE = yes
4
5MIDI_ENABLE = yes
6
7# if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size
8CONSOLE_ENABLE = false
9COMMAND_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 {
138void clueboard_set_led(uint8_t id, uint8_t val) { 138void 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
5MIDI_ENABLE = yes 5MIDI_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
8CONSOLE_ENABLE = false 8CONSOLE_ENABLE = no
9COMMAND_ENABLE = no 9COMMAND_ENABLE = no