diff options
Diffstat (limited to 'keyboards/lck75/rules.mk')
-rw-r--r-- | keyboards/lck75/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/lck75/rules.mk b/keyboards/lck75/rules.mk index 8d990e00e..29eb4be84 100644 --- a/keyboards/lck75/rules.mk +++ b/keyboards/lck75/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32a | |||
5 | F_CPU = 16000000 | 5 | F_CPU = 16000000 |
6 | 6 | ||
7 | # Bootloader selection | 7 | # Bootloader selection |
8 | BOOTLOADER = USBasp | 8 | BOOTLOADER = usbasploader |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # change yes to no to disable | 11 | # change yes to no to disable |
@@ -30,4 +30,3 @@ ENCODER_ENABLE = yes | |||
30 | WPM_ENABLE = yes | 30 | WPM_ENABLE = yes |
31 | LTO_ENABLE = no | 31 | LTO_ENABLE = no |
32 | AUTO_SHIFT_ENABLE = no | 32 | AUTO_SHIFT_ENABLE = no |
33 | |||