summaryrefslogtreecommitdiff
path: root/rules.mk
blob: 2688f8092201d69ace9b2ae4c271d3f0b150f098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

# add achordion to improve home row modifiers
SRC += features/achordion.c

# add bongocat & luna for OLED
SRC += features/oled_bongocat.c
SRC += features/oled_luna.c

# good optimizations
LTO_ENABLE = yes