aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810.tar.gz
qmk_firmware-2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810.zip
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 2b5d62988..41f201a45 100644
--- a/keyboards/gergo/rules.mk
+++ b/keyboards/gergo/rules.mk
@@ -1,18 +1,15 @@
1#---------------------------------------------------------------------------- 1# MCU name
2# make gergo:germ:dfu
3# Make sure you have dfu-programmer installed!
4# Do not edit this file! Make a copy of keymaps/default and modify that!
5#----------------------------------------------------------------------------
6# Source includes
7SRC += matrix.c
8QUANTUM_LIB_SRC += i2c_master.c
9
10# Hardware info
11MCU = atmega32u4 2MCU = atmega32u4
12F_CPU = 16000000 3
13ARCH = AVR8 4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
14BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
15F_USB = $(F_CPU)
16 13
17CUSTOM_MATRIX = yes 14CUSTOM_MATRIX = yes
18EXTRAKEY_ENABLE = yes 15EXTRAKEY_ENABLE = yes
@@ -21,3 +18,5 @@ COMMAND_ENABLE = yes
21BOOTMAGIC_ENABLE = lite 18BOOTMAGIC_ENABLE = lite
22 19
23DEBOUNCE_TYPE = eager_pr 20DEBOUNCE_TYPE = eager_pr
21SRC += matrix.c
22QUANTUM_LIB_SRC += i2c_master.c