diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-22 15:43:18 +1100 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-21 21:43:18 -0700 |
commit | 2ee961c9e873d577e711431ae0960aa21629525e (patch) | |
tree | 0ab1aa27f879c732cf29a75f49e7d6ab3e4ad125 /keyboards/jnao | |
parent | c44aff5f18b287bae718c934a9943eae97585cba (diff) | |
download | qmk_firmware-2ee961c9e873d577e711431ae0960aa21629525e.tar.gz qmk_firmware-2ee961c9e873d577e711431ae0960aa21629525e.zip |
Cleanup rules.mk for 32U4 keyboards, I-K (#7097)
* Cleanup rules.mk for 32U4 keyboards, I-K
* Clean up ivy rules.mk
Diffstat (limited to 'keyboards/jnao')
-rw-r--r-- | keyboards/jnao/rules.mk | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/keyboards/jnao/rules.mk b/keyboards/jnao/rules.mk index 396983bc0..913ba4d1e 100644 --- a/keyboards/jnao/rules.mk +++ b/keyboards/jnao/rules.mk | |||
@@ -1,27 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | |||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | # Teensy halfkay | 5 | # Teensy halfkay |
7 | # Pro Micro caterina | 6 | # Pro Micro caterina |
8 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
9 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
10 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
11 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | |||
15 | # If you don't know the bootloader type, then you can specify the | ||
16 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
17 | # Teensy halfKay 512 | ||
18 | # Teensy++ halfKay 1024 | ||
19 | # Atmel DFU loader 4096 | ||
20 | # LUFA bootloader 4096 | ||
21 | # USBaspLoader 2048 | ||
22 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
23 | |||
24 | |||
25 | # Build Options | 14 | # Build Options |
26 | # change yes to no to disable | 15 | # change yes to no to disable |
27 | # | 16 | # |