Keymap: Big switch config (#3904)

* bigswitch keymap

* bigswitch keymap

* bigswitch keymap

* bigswitch keymap

* recommended edits made

* forgot to revert this change with the others
This commit is contained in:
wanleg
2018-09-17 13:41:59 -07:00
committed by Drashna Jaelre
parent 743449472e
commit fe3bfd91c1
6 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
#If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
#run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
ifeq ($(strip $(dfu)), qmk)
BOOTLOADER = qmk-dfu
endif