]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/bbaserdem/rules.mk
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / users / bbaserdem / rules.mk
1 SRC += bbaserdem.c
2 EXTRAFLAGS += -flto                     # Used to make code smaller
3
4 # ENABLE
5 UNICODE_ENABLE = yes    # Used for unicode character emulation
6 EXTRAKEY_ENABLE = yes   # OS signals like volume control
7
8 # DISABLE
9 ifndef BLUETOOTH_ENABLE 
10         BLUETOOTH_ENABLE = no   # No bluetooth
11 endif
12 COMMAND_ENABLE = no                     # Some bootmagic thing i dont use
13 BOOTMAGIC_ENABLE = no           # Access to EEPROM settings, not needed
14 CONSOLE_ENABLE = no                     # Allows console output with a command
15 SLEEP_LED_ENABLE = no           # Breathes LED's when computer is asleep. Untested.
16 NKRO_ENABLE = no                        # Default is 6KRO which is plenty
17 MIDI_ENABLE = no                        # Untested feature
18 FAUXCLICKY_ENABLE = no          # Emulates clicks using speaker
19 KEY_LOCK_ENABLE = no            # Allows locking any key. Not used
20 API_SYSEX_ENABLE = no           # Allows OS to send signals.
21 KEY_LOCK_ENABLE = no            # Allows locking any key. Not used
22
23 # Disabling this makes it compile, i dont know why
24 # VARIABLE_TRACE = no           # Allows debugging variables