diff options
author | Batuhan Baserdem <bbaserdem@users.noreply.github.com> | 2018-05-31 21:55:45 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-31 18:55:45 -0700 |
commit | 8eaf23ae8146766615cc1cec3fc8e04111e8ef49 (patch) | |
tree | d33b9b4609b5df899c243a1f9525eed1c049098f /keyboards/planck/keymaps/bbaserdem/rules.mk | |
parent | abce980b8bbc6d1bae16513a50662a549b196c1b (diff) | |
download | qmk_firmware-8eaf23ae8146766615cc1cec3fc8e04111e8ef49.tar.gz qmk_firmware-8eaf23ae8146766615cc1cec3fc8e04111e8ef49.zip |
User space fixed (#3095)
* Put in my keymaps
* Fixed all but weird lets split issue
* Organized and tried to trobleshoot lets split
* Organized and tried to trobleshoot lets split
* Added bbaserdem keymaps
* Added bbaserdem keymaps
* Fixed stuff
* FIxed a filename error
Diffstat (limited to 'keyboards/planck/keymaps/bbaserdem/rules.mk')
-rwxr-xr-x[-rw-r--r--] | keyboards/planck/keymaps/bbaserdem/rules.mk | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/keyboards/planck/keymaps/bbaserdem/rules.mk b/keyboards/planck/keymaps/bbaserdem/rules.mk index 9c6bd8e19b..e2b5eb3c36 100644..100755 --- a/keyboards/planck/keymaps/bbaserdem/rules.mk +++ b/keyboards/planck/keymaps/bbaserdem/rules.mk @@ -1,22 +1,10 @@ # 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 +BACKLIGHT_ENABLE = yes # Switch LEDs +MOUSEKEY_ENABLE = yes # Emulates mouse key using keypresses +RGBLIGHT_ENABLE = yes # LED strips +TAP_DANCE_ENABLE = no # Use multi-tap features +AUDIO_ENABLE = no # Audio stuff ifndef QUANTUM_DIR include ../../../../Makefile |