summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/piemod/rules.mk
blob: 0eabfdfc19e880def33a67e6a921da16fe13718c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBPROJECT_DEFAULT = rev4

MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = yes 

ifeq ($(MCU),at90usb1286)
BOOTMAGIC_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
BLUETOOTH_ENABLE = no
else
BLUETOOTH_ENABLE = yes
endif