1
0
Fork 0

Merge branch 'master' into makefile_overhaul

This commit is contained in:
Fred Sundvik 2016-08-23 09:38:05 +03:00
commit 8f2af3c6bc
67 changed files with 3789 additions and 2654 deletions

View file

@ -85,6 +85,10 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
OPT_DEFS += -DBLUETOOTH_ENABLE
endif
ifeq ($(strip $(ONEHAND_ENABLE)), yes)
OPT_DEFS += -DONEHAND_ENABLE
endif
ifeq ($(strip $(KEYMAP_SECTION_ENABLE)), yes)
OPT_DEFS += -DKEYMAP_SECTION_ENABLE