summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/chance/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-18 12:35:08 -0400
committerGitHub <noreply@github.com>2017-06-18 12:35:08 -0400
commitdd73e14c9b4d74473434fee78a9b1eb84491b1a8 (patch)
tree00ab9d081ef850c568f407f9f03ff8db2ffd56bf /keyboards/planck/keymaps/chance/Makefile
parent66e2d6a06378fe49d42825e4cb25a43f859b0126 (diff)
parent1a8042ae914f71e80b56b022d15606cf760cd255 (diff)
Merge pull request #1407 from take-a-CHANCE/master
Adding a planck keymap
Diffstat (limited to 'keyboards/planck/keymaps/chance/Makefile')
-rw-r--r--keyboards/planck/keymaps/chance/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/chance/Makefile b/keyboards/planck/keymaps/chance/Makefile
new file mode 100644
index 0000000000..00d09e974a
--- /dev/null
+++ b/keyboards/planck/keymaps/chance/Makefile
@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
+AUDIO_ENABLE = no
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif