From 155660ff9d2c94acb6a6baabb0e06fffbb1983d2 Mon Sep 17 00:00:00 2001
From: Martin Gondermann <mgondermann@np4.net>
Date: Tue, 5 Dec 2017 08:41:55 +0100
Subject: [PATCH] Updated color for base layer to better match my key caps
 (Dasher)

---
 keyboards/clueboard/66/keymaps/magicmonty/Makefile | 9 ---------
 keyboards/clueboard/66/keymaps/magicmonty/keymap.c | 2 +-
 keyboards/clueboard/66/keymaps/magicmonty/rules.mk | 2 +-
 3 files changed, 2 insertions(+), 11 deletions(-)
 delete mode 100644 keyboards/clueboard/66/keymaps/magicmonty/Makefile

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 @@
-
-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
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 {
 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);
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
 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