diff options
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 |