]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/georgi/keymaps/template/rules.mk
[Keyboard] Georgi Support (#5384)
[qmk_firmware.git] / keyboards / georgi / keymaps / template / rules.mk
diff --git a/keyboards/georgi/keymaps/template/rules.mk b/keyboards/georgi/keymaps/template/rules.mk
new file mode 100644 (file)
index 0000000..1178fd8
--- /dev/null
@@ -0,0 +1,27 @@
+#----------------------------------------------------------------------------
+# make georgi:extrakey:dfu
+# Make sure you have dfu-programmer installed!
+#----------------------------------------------------------------------------
+
+#Debug options
+VERBOSE                                         = yes
+CONSOLE_ENABLE                  = yes
+DEBUG_MATRIX_SCAN_RATE   = no
+DEBUG_MATRIX                    = no
+KEYBOARD_SHARED_EP       = yes
+CUSTOM_MATRIX                   = yes
+MOUSEKEY_ENABLE                         = no
+SINGLE_LAYER                    = no
+
+
+# A bunch of stuff that you shouldn't touch unless you
+# know what you're doing.
+#
+# No touchy, capiche?
+SRC += matrix.c i2c_master.c
+ifeq ($(strip $(DEBUG_MATRIX)), yes)
+    OPT_DEFS += -DDEBUG_MATRIX
+endif
+ifeq ($(strip $(SINGLE_LAYER)), yes)
+    OPT_DEFS += -DSINGLE_LAYER
+endif