diff options
author | Benjamin Smith <Merlin04@users.noreply.github.com> | 2020-01-01 20:19:41 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-01 20:19:41 -0800 |
commit | 86815edc3140d926e272abf9a4c48b7ba0b4fd3b (patch) | |
tree | 002716735e6d0294b7e6b0694472074fb1f877d6 /keyboards/ckeys | |
parent | 45482d612c760c6b727b138629b8f60bf90cb122 (diff) | |
download | qmk_firmware-86815edc3140d926e272abf9a4c48b7ba0b4fd3b.tar.gz qmk_firmware-86815edc3140d926e272abf9a4c48b7ba0b4fd3b.zip |
[Keyboard] Change cKeys Washington keyboard to use atmel-dfu bootloader (#7756)
Diffstat (limited to 'keyboards/ckeys')
-rw-r--r-- | keyboards/ckeys/washington/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ckeys/washington/rules.mk b/keyboards/ckeys/washington/rules.mk index 9c5764b92..aa2dfb328 100644 --- a/keyboards/ckeys/washington/rules.mk +++ b/keyboards/ckeys/washington/rules.mk | |||
@@ -9,7 +9,7 @@ MCU = atmega32u4 | |||
9 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
10 | # ATmega32A bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = caterina | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | # Build Options | 14 | # Build Options |
15 | # change yes to no to disable | 15 | # change yes to no to disable |
@@ -31,4 +31,4 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
33 | ENCODER_ENABLE = yes # Enable support for encoders | 33 | ENCODER_ENABLE = yes # Enable support for encoders |
34 | OLED_DRIVER_ENABLE = yes # Enable support for OLED displays \ No newline at end of file | 34 | OLED_DRIVER_ENABLE = yes # Enable support for OLED displays |