]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/georgi/keymaps/template/rules.mk
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / georgi / keymaps / template / rules.mk
1 #----------------------------------------------------------------------------
2 # make georgi:extrakey:dfu
3 # Make sure you have dfu-programmer installed!
4 #----------------------------------------------------------------------------
5
6 #Debug options
7 VERBOSE                                  = yes
8 CONSOLE_ENABLE                   = yes
9 DEBUG_MATRIX_SCAN_RATE   = no
10 DEBUG_MATRIX                     = no
11 KEYBOARD_SHARED_EP       = yes
12 CUSTOM_MATRIX                    = yes
13 MOUSEKEY_ENABLE                  = no
14 SINGLE_LAYER                     = no
15
16
17 # A bunch of stuff that you shouldn't touch unless you
18 # know what you're doing.
19 #
20 # No touchy, capiche?
21 SRC += matrix.c i2c_master.c
22 ifeq ($(strip $(DEBUG_MATRIX)), yes)
23     OPT_DEFS += -DDEBUG_MATRIX
24 endif
25 ifeq ($(strip $(SINGLE_LAYER)), yes)
26     OPT_DEFS += -DSINGLE_LAYER
27 endif