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/vitamins_included/keymaps/juno/rules.mk | |
parent | 95d2a11c446deb3220f4a7aafa8ac6933fada0a9 (diff) |
[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/vitamins_included/keymaps/juno/rules.mk')
-rw-r--r-- | keyboards/vitamins_included/keymaps/juno/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/vitamins_included/keymaps/juno/rules.mk b/keyboards/vitamins_included/keymaps/juno/rules.mk new file mode 100644 index 0000000000..424b208b66 --- /dev/null +++ b/keyboards/vitamins_included/keymaps/juno/rules.mk @@ -0,0 +1,16 @@ +MIDI_ENABLE=no +BACKLIGHT_ENABLE = no +RGBLIGHT_ENABLE = no + +NKRO_ENABLE = no # USB Nkey Rollover +AUDIO_ENABLE = no + +## BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) + +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 + +#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
\ No newline at end of file |