summaryrefslogtreecommitdiff
path: root/keyboards/georgi
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-10-13 09:57:57 +1100
committerJoel Challis <git@zvecr.com>2019-10-12 23:57:57 +0100
commit2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810 (patch)
treec72effd7d9fa349e2956ffa50747bf3d9ff301f9 /keyboards/georgi
parenta48468590ab83e808191c0e20c236d7eb6c13f0d (diff)
Cleanup rules.mk for 32U4 keyboards, G (#6971)
* Cleanup rules.mk for 32U4 keyboards, G * Update keyboards/gray_studio/cod67/rules.mk
Diffstat (limited to 'keyboards/georgi')
-rw-r--r--keyboards/georgi/rules.mk26
1 files changed, 13 insertions, 13 deletions
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk
index a87b448e34..412a318f0c 100644
--- a/keyboards/georgi/rules.mk
+++ b/keyboards/georgi/rules.mk
@@ -1,18 +1,15 @@
-#----------------------------------------------------------------------------
-# make georgi:default:dfu
-# Make sure you have dfu-programmer installed!
-# Do not edit this file! Make a copy of keymaps/default and modify that!
-#----------------------------------------------------------------------------
-# Source includes
-SRC += matrix.c i2c_master.c sten.c
-
-# Hardware info
+# MCU name
MCU = atmega32u4
-F_CPU = 16000000
-ARCH = AVR8
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
BOOTLOADER = atmel-dfu
-F_USB = $(F_CPU)
-EXTRAFLAGS += -flto
CUSTOM_MATRIX = yes
MOUSEKEY_ENABLE = no
@@ -21,3 +18,6 @@ EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
COMMAND_ENABLE = no
NKRO_ENABLE = yes
+
+EXTRAFLAGS += -flto
+SRC += matrix.c i2c_master.c sten.c