diff options
| author | Ryan <fauxpark@gmail.com> | 2021-09-10 13:35:46 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 13:35:46 +1000 |
| commit | 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (patch) | |
| tree | 672fb14cfa865792c1147feabf8d0e63c416d513 /keyboards/centromere | |
| parent | 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 (diff) | |
| download | qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.tar.gz qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.zip | |
Remove bootloader listings from rules.mk (#14330)
Diffstat (limited to 'keyboards/centromere')
| -rw-r--r-- | keyboards/centromere/keymaps/default_u2/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/centromere/rules.mk | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/centromere/keymaps/default_u2/rules.mk b/keyboards/centromere/keymaps/default_u2/rules.mk index 5fdb02af5..6ab81f6b1 100644 --- a/keyboards/centromere/keymaps/default_u2/rules.mk +++ b/keyboards/centromere/keymaps/default_u2/rules.mk | |||
| @@ -2,11 +2,4 @@ | |||
| 2 | MCU = atmega32u2 | 2 | MCU = atmega32u2 |
| 3 | 3 | ||
| 4 | # Bootloader selection | 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 | ||
| 12 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk index bdf945b0e..89fc3c607 100644 --- a/keyboards/centromere/rules.mk +++ b/keyboards/centromere/rules.mk | |||
| @@ -5,13 +5,6 @@ MCU = atmega32u4 | |||
| 5 | F_CPU = 8000000 | 5 | F_CPU = 8000000 |
| 6 | 6 | ||
| 7 | # Bootloader selection | 7 | # Bootloader selection |
| 8 | # Teensy halfkay | ||
| 9 | # Pro Micro caterina | ||
| 10 | # Atmel DFU atmel-dfu | ||
| 11 | # LUFA DFU lufa-dfu | ||
| 12 | # QMK DFU qmk-dfu | ||
| 13 | # ATmega32A bootloadHID | ||
| 14 | # ATmega328P USBasp | ||
| 15 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
| 16 | 9 | ||
| 17 | # Build Options | 10 | # Build Options |
