summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/juno/rules.mk
diff options
context:
space:
mode:
authorJuno Nguyen <juno.ngx@gmail.com>2019-02-28 20:12:32 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-28 20:12:32 +0100
commit3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16 (patch)
treeeb0dd06600e6b9ad9b4c3c0eb84e99d5b89203e9 /keyboards/planck/keymaps/juno/rules.mk
parent95d2a11c446deb3220f4a7aafa8ac6933fada0a9 (diff)
downloadqmk_firmware-3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16.tar.gz
qmk_firmware-3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16.tar.xz
[Keymap] Added personal keymaps for Planck, Preonic, Vitamins Included by Juno (#5169)
* Added personal keymaps for Planck, Preonic, Vitamins Included by Juno * Removing redundancies as suggested * More removals that were missed out in the previous commits * Updated Preonic to use new layout * More redundancies missed out * Updated more optimal code for FN layer LED indicator. * Further codes clean up.
Diffstat (limited to 'keyboards/planck/keymaps/juno/rules.mk')
-rw-r--r--keyboards/planck/keymaps/juno/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/juno/rules.mk b/keyboards/planck/keymaps/juno/rules.mk
new file mode 100644
index 000000000..e9f1b1336
--- /dev/null
+++ b/keyboards/planck/keymaps/juno/rules.mk
@@ -0,0 +1,10 @@
+BACKLIGHT_ENABLE = yes
+
+SRC += muse.c
+
+MIDI_ENABLE=no
+RGBLIGHT_ENABLE = no
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration \ No newline at end of file