fix: bootloader and miscs
This commit is contained in:
parent
5c3b887b87
commit
36cd14da08
3
config.h
3
config.h
@ -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
|
||||||
|
3
rules.mk
3
rules.mk
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user