1
0
Fork 0
* got bluetooth working

* get rid of description on bluetooth

* get rid of commented code used for testing

* Update config.h
This commit is contained in:
wanleg 2018-11-03 10:39:40 -07:00 committed by Drashna Jaelre
parent bdc72740cb
commit 80c04b2919
5 changed files with 47 additions and 20 deletions

View file

@ -14,3 +14,9 @@ endif
ifeq ($(strip $(PM)), yes)
OPT_DEFS += -DPRO_MICRO
endif
#use alternate settings for boards using "Adafruit Feather 32u4 Bluefruit LE" instead of Micro
#example usage: make 5x5:wanleg BT=yes
ifeq ($(strip $(BT)), yes)
OPT_DEFS += -DBLUEFRUIT
endif