diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2022-05-13 02:33:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 23:33:53 -0700 |
commit | ffe16386f0d4ad280fe8eb6a97e3fac082930f83 (patch) | |
tree | 48c116289182df56b50c9f0d8bdf2a074de7e009 /keyboards/hineybush/h60/rules.mk | |
parent | fc3d3ef0764c9b3703e9aa5b57ec298b1ab24c6a (diff) |
[Keyboard] H60 updates (#16999)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/hineybush/h60/rules.mk')
-rw-r--r-- | keyboards/hineybush/h60/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hineybush/h60/rules.mk b/keyboards/hineybush/h60/rules.mk index 6444ea87d8..dfbde71e2b 100644 --- a/keyboards/hineybush/h60/rules.mk +++ b/keyboards/hineybush/h60/rules.mk @@ -10,11 +10,11 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output SLEEP_LED_ENABLE = yes |