summaryrefslogtreecommitdiff
path: root/keyboards/gergo
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/gergo
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/gergo')
-rw-r--r--keyboards/gergo/rules.mk25
1 files changed, 12 insertions, 13 deletions
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk
index 2b5d62988e..41f201a458 100644
--- a/keyboards/gergo/rules.mk
+++ b/keyboards/gergo/rules.mk
@@ -1,18 +1,15 @@
-#----------------------------------------------------------------------------
-# make gergo:germ: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
-QUANTUM_LIB_SRC += i2c_master.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)
CUSTOM_MATRIX = yes
EXTRAKEY_ENABLE = yes
@@ -21,3 +18,5 @@ COMMAND_ENABLE = yes
BOOTMAGIC_ENABLE = lite
DEBOUNCE_TYPE = eager_pr
+SRC += matrix.c
+QUANTUM_LIB_SRC += i2c_master.c