From ee3ce06b5fbc4f806150f217b795782d00377d59 Mon Sep 17 00:00:00 2001 From: Richard Baptist Date: Wed, 19 Jun 2019 22:23:08 +0200 Subject: [PATCH] Enable qmk-dfu bootloader --- keyboards/crkbd/keymaps/rpbaptist/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/crkbd/keymaps/rpbaptist/rules.mk b/keyboards/crkbd/keymaps/rpbaptist/rules.mk index 2b92979c4c2..09b02f53eb1 100644 --- a/keyboards/crkbd/keymaps/rpbaptist/rules.mk +++ b/keyboards/crkbd/keymaps/rpbaptist/rules.mk @@ -23,6 +23,6 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -# BOOTLOADER = qmk-dfu +BOOTLOADER = qmk-dfu OLED_DRIVER_ENABLE = yes