diff options
author | Juno Nguyen <juno.ngx@gmail.com> | 2019-03-01 03:12:32 +0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-28 11:12:32 -0800 |
commit | 3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16 (patch) | |
tree | eb0dd06600e6b9ad9b4c3c0eb84e99d5b89203e9 /keyboards/planck/keymaps/juno/rules.mk | |
parent | 95d2a11c446deb3220f4a7aafa8ac6933fada0a9 (diff) | |
download | firmware-3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16.tar.gz firmware-3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16.tar.bz2 firmware-3ac3bb9b5e5fb2363983f9b0d0fcb38d7148ac16.zip |
[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.mk | 10 |
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 |