summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-12 03:29:57 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-12 03:29:57 +0100
commit516f51606232f3094cb2a8dfe7a7d27fd31a9f5a (patch)
tree6f86b697577d6170b2ef1172b8fd4115224a7b35 /keyboards/gray_studio
parent0b3b80afc12e823d859725a30054de65c761ecc6 (diff)
downloadqmk_firmware-516f51606232f3094cb2a8dfe7a7d27fd31a9f5a.tar.gz
qmk_firmware-516f51606232f3094cb2a8dfe7a7d27fd31a9f5a.tar.xz
[Keyboard] Space65: RGB Animations on by default (#5097)
Diffstat (limited to 'keyboards/gray_studio')
-rw-r--r--keyboards/gray_studio/space65/config.h2
-rw-r--r--keyboards/gray_studio/space65/rules.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/gray_studio/space65/config.h b/keyboards/gray_studio/space65/config.h
index 356e6a8cd..2c05979f7 100644
--- a/keyboards/gray_studio/space65/config.h
+++ b/keyboards/gray_studio/space65/config.h
@@ -66,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
// /*== all animations enable ==*/
-// #define RGBLIGHT_ANIMATIONS
+ #define RGBLIGHT_ANIMATIONS
// /*== or choose animations ==*/
// #define RGBLIGHT_EFFECT_BREATHING
// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
diff --git a/keyboards/gray_studio/space65/rules.mk b/keyboards/gray_studio/space65/rules.mk
index 0ede67719..10bd7cf03 100644
--- a/keyboards/gray_studio/space65/rules.mk
+++ b/keyboards/gray_studio/space65/rules.mk
@@ -64,8 +64,8 @@ BOOTLOADER = atmel-dfu
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-CONSOLE_ENABLE = yes # Console for debug(+400)
-COMMAND_ENABLE = yes # Commands for debug and configuration
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work