diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-13 09:57:57 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-12 23:57:57 +0100 |
commit | 2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810 (patch) | |
tree | c72effd7d9fa349e2956ffa50747bf3d9ff301f9 /keyboards/duck | |
parent | a48468590ab83e808191c0e20c236d7eb6c13f0d (diff) | |
download | qmk_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/duck')
-rw-r--r-- | keyboards/duck/orion/v3/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/duck/orion/v3/rules.mk b/keyboards/duck/orion/v3/rules.mk index a57b3d60c..c46cb7544 100644 --- a/keyboards/duck/orion/v3/rules.mk +++ b/keyboards/duck/orion/v3/rules.mk | |||
@@ -11,7 +11,6 @@ MCU = atmega32u4 | |||
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | |||
15 | # Build Options | 14 | # Build Options |
16 | # change yes to no to disable | 15 | # change yes to no to disable |
17 | # | 16 | # |
@@ -36,4 +35,4 @@ CUSTOM_MATRIX = yes | |||
36 | SRC += indicator_leds.c \ | 35 | SRC += indicator_leds.c \ |
37 | matrix.c duck_led/duck_led.c | 36 | matrix.c duck_led/duck_led.c |
38 | 37 | ||
39 | LAYOUTS = tkl_ansi \ No newline at end of file | 38 | LAYOUTS = tkl_ansi |