summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x15/wanleg/rules.mk
blob: bfc4c69d99ad56731fe83a999f585496dc9c4d47 (plain)
1
2
3
4
5
6
7
8
ifeq (,$(findstring yes,$(BLUEFRUIT)))
  BLUETOOTH = AdafruitBLE
  BLUETOOTH_ENABLE = yes
  F_CPU = 8000000
  CONSOLE_ENABLE = no 		# Console for debug(+400)
  COMMAND_ENABLE = no 		# Commands for debug and configuration
  RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
endif