From 36cd14da086b4b5526b6acba5d6bcea0352448fa Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Thu, 1 Sep 2022 04:40:53 -0400 Subject: [PATCH] fix: bootloader and miscs --- config.h | 3 +-- rules.mk | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 5cab271..d8c5609 100644 --- a/config.h +++ b/config.h @@ -22,11 +22,10 @@ along with this program. If not, see . #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION -/* Select hand configuration */ #define MASTER_LEFT -// #define MASTER_RIGHT #define EE_HANDS +#define SPLIT_USB_DETECT #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 diff --git a/rules.mk b/rules.mk index b3726f8..ffef64c 100644 --- a/rules.mk +++ b/rules.mk @@ -22,6 +22,9 @@ OLED_ENABLE= yes # OLED display EXTRAKEY_ENABLE = yes EXTRAFLAGS += -flto +BOOTLOADER = atmel-dfu +CONFIG_USB_ACM = yes +DEBOUNCE_TYPE = sym_eager_pk # If you want to change the display of OLED, you need to change here SRC += ./lib/layer_state_reader.c