diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-21 00:32:01 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-21 00:32:01 -0400 |
commit | 4c75285816f4b128950d90cf0a45a4f1cb5018d8 (patch) | |
tree | 1555bb05f2efba56e4974cd8131e6d4e2924e87e /keyboards/planck/keymaps | |
parent | d77e55d31e4fdb44156119c047d690a6700059f6 (diff) | |
download | firmware-4c75285816f4b128950d90cf0a45a4f1cb5018d8.tar.gz firmware-4c75285816f4b128950d90cf0a45a4f1cb5018d8.tar.bz2 firmware-4c75285816f4b128950d90cf0a45a4f1cb5018d8.zip |
add filess
Diffstat (limited to 'keyboards/planck/keymaps')
-rw-r--r-- | keyboards/planck/keymaps/bbaserdem/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/bbaserdem/rules.mk b/keyboards/planck/keymaps/bbaserdem/rules.mk new file mode 100644 index 000000000..9c6bd8e19 --- /dev/null +++ b/keyboards/planck/keymaps/bbaserdem/rules.mk @@ -0,0 +1,23 @@ +# Build options + +# ENABLE +TAP_DANCE_ENABLE = yes +UNICODE_ENABLE = yes +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +NKRO_ENABLE = yes +BACKLIGHT_ENABLE = yes +AUDIO_ENABLE = yes + +# DISABLE +BOOTMAGIC_ENABLE = no +MIDI_ENABLE = no + +# Not for planck +RGBLIGHT_ENABLE = no #Clashes with audio +BLUETOOTH_ENABLE = no #No bluetooth +SLEEP_LED_ENABLE = no #Uses BACKLIGHT_ENABLE rimer + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |