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 /users/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 'users/bbaserdem/rules.mk')
-rw-r--r-- | users/bbaserdem/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/users/bbaserdem/rules.mk b/users/bbaserdem/rules.mk new file mode 100644 index 0000000000..513ce4fe05 --- /dev/null +++ b/users/bbaserdem/rules.mk @@ -0,0 +1,22 @@ +SRC += bbaserdem.c +EXTRAFLAGS += -flto + +# ENABLE +UNICODE_ENABLE = yes # Used for unicode character emulation +EXTRAKEY_ENABLE = yes # OS signals like volume control + +# DISABLE +BLUETOOTH_ENABLE = no # No bluetooth +COMMAND_ENABLE = no # Some bootmagic thing +BOOTMAGIC_ENABLE = no # Access to EEPROM settings, not needed +CONSOLE_ENABLE = no # Allows console output with a command +SLEEP_LED_ENABLE = no # Breathes LED's when computer is asleep. Untested. +NKRO_ENABLE = no # Default is 6KRO which is plenty +MIDI_ENABLE = no # Untested feature +FAUXCLICKY_ENABLE = no # Emulates clicks using speaker +KEY_LOCK_ENABLE = no # Allows locking any key. Not used +API_SYSEX_ENABLE = no # Allows OS to send signals. +KEY_LOCK_ENABLE = no # Allows locking any key. Not used + +# Disabling this makes it compile, prob bad upstream code +# VARIABLE_TRACE = no # Allows debugging variables |