fix: bootloader and miscs

This commit is contained in:
minhtrannhat 2022-09-01 04:40:53 -04:00
parent 5c3b887b87
commit 36cd14da08
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 4 additions and 2 deletions

View File

@ -22,11 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define NO_ACTION_MACRO #define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION #define NO_ACTION_FUNCTION
/* Select hand configuration */
#define MASTER_LEFT #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS #define EE_HANDS
#define SPLIT_USB_DETECT
#define TAPPING_FORCE_HOLD #define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100 #define TAPPING_TERM 100

View File

@ -22,6 +22,9 @@ OLED_ENABLE= yes # OLED display
EXTRAKEY_ENABLE = yes EXTRAKEY_ENABLE = yes
EXTRAFLAGS += -flto 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 # If you want to change the display of OLED, you need to change here
SRC += ./lib/layer_state_reader.c SRC += ./lib/layer_state_reader.c