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/yasui | |
parent | 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 (diff) | |
download | qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.tar.gz qmk_firmware-7eea780a7da2d9197b78b62b7294a6b2bc2fa572.zip |
Remove bootloader listings from rules.mk (#14330)
Diffstat (limited to 'keyboards/yasui')
-rw-r--r-- | keyboards/yasui/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yasui/rules.mk b/keyboards/yasui/rules.mk index 808e9275a9..b004c534bb 100644 --- a/keyboards/yasui/rules.mk +++ b/keyboards/yasui/rules.mk @@ -1,7 +1,7 @@ # MCU name MCU = atmega32u4 -# Bootloader +# Bootloader selection BOOTLOADER = caterina # Build Options |