summaryrefslogtreecommitdiff
path: root/common/rules.mk
blob: 2042b541e2a7927d5888bb37ceeb319f2479f2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Enable N-Key Rollover
NKRO_ENABLE = yes

# less features we don't use
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
MUSIC_ENABLE = no
SPACE_CADET_ENABLE = no

# needed for sm_td
DEFERRED_EXEC_ENABLE = yes

# good optimizations
LTO_ENABLE = yes