diff options
author | 2018-06-21 06:28:16 +0900 | |
---|---|---|
committer | 2018-06-20 14:28:16 -0700 | |
commit | f46b1db9f4997631c3e09269e51faf5f2bc3aeaf (patch) | |
tree | 1a7cd0bb763e162301f6d93acd6bb7a8d4d5ddd2 /keyboards/ergo42/keymaps/biacco-underglow/rules.mk | |
parent | e59bfd3359c554811f1e1769593bf20f7c4fe32f (diff) | |
download | qmk_firmware-f46b1db9f4997631c3e09269e51faf5f2bc3aeaf.tar.gz |
Add underglow compatible keymap for Ergo42 (#3204)
* Add underglow compatible keymap for Ergo42
* Move RGB underglow settings from global to specific keymap
Diffstat (limited to 'keyboards/ergo42/keymaps/biacco-underglow/rules.mk')
-rw-r--r-- | keyboards/ergo42/keymaps/biacco-underglow/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergo42/keymaps/biacco-underglow/rules.mk b/keyboards/ergo42/keymaps/biacco-underglow/rules.mk new file mode 100644 index 000000000..75e9c6503 --- /dev/null +++ b/keyboards/ergo42/keymaps/biacco-underglow/rules.mk @@ -0,0 +1,5 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + +RGBLIGHT_ENABLE = yes |