summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/piemod/rules.mk
blob: 4f83056a800ac53435f8163e2b2bb038d8574fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = yes 

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