From 86815edc3140d926e272abf9a4c48b7ba0b4fd3b Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Wed, 1 Jan 2020 20:19:41 -0800 Subject: [PATCH] [Keyboard] Change cKeys Washington keyboard to use atmel-dfu bootloader (#7756) --- keyboards/ckeys/washington/rules.mk | 4 ++-- 1 file 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 # QMK DFU qmk-dfu # ATmega32A bootloadHID # ATmega328P USBasp -BOOTLOADER = caterina +BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable @@ -31,4 +31,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs ENCODER_ENABLE = yes # Enable support for encoders -OLED_DRIVER_ENABLE = yes # Enable support for OLED displays \ No newline at end of file +OLED_DRIVER_ENABLE = yes # Enable support for OLED displays