2018-06-08 19:06:25 +02:00
|
|
|
SRC += ericgebhart.c
|
2022-01-14 05:40:41 +01:00
|
|
|
SRC += tap_dances.c
|
|
|
|
SRC += process_records.c
|
|
|
|
SRC += caps_word.c
|
|
|
|
SRC += altlocal_keys.c
|
|
|
|
|
|
|
|
VPATH += keyboards/gboards
|
|
|
|
|
|
|
|
OLED_ENABLE = yes
|
|
|
|
|
|
|
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
|
|
|
SRC += $(USER_PATH)/oled_stuff.c
|
|
|
|
endif
|
|
|
|
|
2018-06-08 19:06:25 +02:00
|
|
|
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-04-28 11:58:42 +02:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2022-01-14 05:40:41 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-04-28 11:58:42 +02:00
|
|
|
SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
2022-01-14 05:40:41 +01:00
|
|
|
KEY_LOCK_ENABLE = no # Enable the KC_LOCK key
|
|
|
|
TAP_DANCE_ENABLE = no # Enable the tap dance feature.
|
2020-04-28 11:58:42 +02:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-06-08 19:06:25 +02:00
|
|
|
|
2022-01-14 05:40:41 +01:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2018-06-08 19:06:25 +02:00
|
|
|
UNICODE_ENABLE = no
|
|
|
|
SLEEP_LED_ENABLE = no
|
2022-01-14 05:40:41 +01:00
|
|
|
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
|
|
|
|
SPACE_CADET_ENABLE = no
|
|
|
|
GRAVE_ESC_ENABLE = no
|
|
|
|
MAGIC_ENABLE = no
|
|
|
|
COMBO_ENABLE = yes
|