aboutsummaryrefslogtreecommitdiff
path: root/keyboards/launchpad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/launchpad')
-rw-r--r--keyboards/launchpad/keymaps/brandonschlack/rules.mk2
-rw-r--r--keyboards/launchpad/keymaps/drashna/rules.mk2
-rw-r--r--keyboards/launchpad/rules.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/launchpad/keymaps/brandonschlack/rules.mk b/keyboards/launchpad/keymaps/brandonschlack/rules.mk
index ac92af928..f7d08e3cc 100644
--- a/keyboards/launchpad/keymaps/brandonschlack/rules.mk
+++ b/keyboards/launchpad/keymaps/brandonschlack/rules.mk
@@ -5,7 +5,7 @@ IS_MACROPAD = yes
5BOOTLOADER = atmel-dfu 5BOOTLOADER = atmel-dfu
6 6
7# Build Options 7# Build Options
8BOOTMAGIC_ENABLE = lite 8BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
9RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 9RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
10CONSOLE_ENABLE = yes # Console for debug(+400) 10CONSOLE_ENABLE = yes # Console for debug(+400)
11MOUSEKEY_ENABLE = yes # Use mouse keys for scrolling. 11MOUSEKEY_ENABLE = yes # Use mouse keys for scrolling.
diff --git a/keyboards/launchpad/keymaps/drashna/rules.mk b/keyboards/launchpad/keymaps/drashna/rules.mk
index 3eb1694ad..ffda19113 100644
--- a/keyboards/launchpad/keymaps/drashna/rules.mk
+++ b/keyboards/launchpad/keymaps/drashna/rules.mk
@@ -2,6 +2,6 @@ BOOTLOADER = atmel-dfu
2 2
3RGBLIGHT_ENABLE = no 3RGBLIGHT_ENABLE = no
4AUDIO_ENABLE = no 4AUDIO_ENABLE = no
5BOOTMAGIC_ENABLE = lite 5BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
6RGB_MATRIX_ENABLE = yes 6RGB_MATRIX_ENABLE = yes
7RGB_MATRIX_DRIVER = WS2812 7RGB_MATRIX_DRIVER = WS2812
diff --git a/keyboards/launchpad/rules.mk b/keyboards/launchpad/rules.mk
index 9396f5e3a..bfbfd5b88 100644
--- a/keyboards/launchpad/rules.mk
+++ b/keyboards/launchpad/rules.mk
@@ -15,7 +15,7 @@ BOOTLOADER = caterina
15# change to "no" to disable the options, or define them in the Makefile in 15# change to "no" to disable the options, or define them in the Makefile in
16# the appropriate keymap folder that will get included automatically 16# the appropriate keymap folder that will get included automatically
17# 17#
18BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration 18BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
19MOUSEKEY_ENABLE = no # Mouse keys 19MOUSEKEY_ENABLE = no # Mouse keys
20EXTRAKEY_ENABLE = yes # Audio control and System control 20EXTRAKEY_ENABLE = yes # Audio control and System control
21CONSOLE_ENABLE = no # Console for debug 21CONSOLE_ENABLE = no # Console for debug