summaryrefslogtreecommitdiff
path: root/keyboards/percent/skog_lite/rules.mk
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-02-01 00:42:42 -0800
committerGitHub <noreply@github.com>2020-02-01 00:42:42 -0800
commit1858c3ed117b8c6b446ad28a7a2f0b8de39b1d71 (patch)
treed661338662a7bc6c94b26cdb34bd6c24795af838 /keyboards/percent/skog_lite/rules.mk
parent8e550fc11a59326cb759593418ce1a062392daaf (diff)
Skog Lite: disable Console; update info.json (#8058)
* disable Console to save firmware space * rules.mk templating Add comments regarding the rules, to more closely match the ps2avrgb template. * update info.json This board has a quite interesting take on the standard TKL; why not show it off?
Diffstat (limited to 'keyboards/percent/skog_lite/rules.mk')
-rw-r--r--keyboards/percent/skog_lite/rules.mk18
1 files changed, 10 insertions, 8 deletions
diff --git a/keyboards/percent/skog_lite/rules.mk b/keyboards/percent/skog_lite/rules.mk
index 1d2372c77f..dbcb6c1888 100644
--- a/keyboards/percent/skog_lite/rules.mk
+++ b/keyboards/percent/skog_lite/rules.mk
@@ -11,14 +11,16 @@ MCU = atmega32a
# ATmega328P USBasp
BOOTLOADER = bootloadHID
-# build options
-BOOTMAGIC_ENABLE = no
-MOUSEKEY_ENABLE = yes
-EXTRAKEY_ENABLE = yes
-CONSOLE_ENABLE = yes
-COMMAND_ENABLE = yes
-BACKLIGHT_ENABLE = yes
-RGBLIGHT_ENABLE = yes
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
WS2812_DRIVER = i2c
OPT_DEFS = -DDEBUG_LEVEL=0