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/7c8 | |
| parent | 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 (diff) | |
| download | qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.tar.gz qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.zip | |
Remove bootloader listings from rules.mk (#14330)
Diffstat (limited to 'keyboards/7c8')
| -rw-r--r-- | keyboards/7c8/framework/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/7c8/framework/rules.mk b/keyboards/7c8/framework/rules.mk index b308c5b8e..2785c0a81 100644 --- a/keyboards/7c8/framework/rules.mk +++ b/keyboards/7c8/framework/rules.mk | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega328p | 2 | MCU = atmega328p |
| 3 | |||
| 4 | # Bootloader selection | ||
| 2 | BOOTLOADER = USBasp | 5 | BOOTLOADER = USBasp |
| 3 | 6 | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
