summaryrefslogtreecommitdiffstats
path: root/keyboards/launchpad/keymaps/default_rgb/rules.mk
diff options
context:
space:
mode:
authorEric <34169078+elpeterson@users.noreply.github.com>2019-03-11 04:11:45 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-11 04:11:45 +0100
commit61accb87942c4a314e0d2279943f3ec4e4823042 (patch)
tree374dc7bec9984a8521e2cc3a7c225926329694ff /keyboards/launchpad/keymaps/default_rgb/rules.mk
parenteb48e5ebdb03231c29ab2eea06a996fd077daa69 (diff)
downloadqmk_firmware-61accb87942c4a314e0d2279943f3ec4e4823042.tar.gz
qmk_firmware-61accb87942c4a314e0d2279943f3ec4e4823042.tar.xz
[Keymap] Underglow support for Launchpad (#5340)
* added my launchpad * updated keymap with legends and fixed layout errors * Added default keymap with added layer for RGB controls and included the necessary config code * fixed layer orders * removed my personal keymap to clean PR * missed an underscore * updated readme * removed more unnecessary code * moved RGB code to its own config phone * moved underglow info to its own readme * removed redundant code from default_rgb config.h file, included QMK KEYBOARD H in place of initial defines in keymap.c * reverted launchpad config * removing the = because I can't figure out why its there * Revert "removing the = because I can't figure out why its there" This reverts commit e3b5e6d568e7225635844ba617aaef4f77727ce6. * reverted rev1/config.h * reverted all files I should not have touched * removing redundant code in rules.mk * readibility improvements to keymap
Diffstat (limited to 'keyboards/launchpad/keymaps/default_rgb/rules.mk')
-rw-r--r--keyboards/launchpad/keymaps/default_rgb/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/launchpad/keymaps/default_rgb/rules.mk b/keyboards/launchpad/keymaps/default_rgb/rules.mk
new file mode 100644
index 000000000..164232f33
--- /dev/null
+++ b/keyboards/launchpad/keymaps/default_rgb/rules.mk
@@ -0,0 +1 @@
+RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. \ No newline at end of file