turn off oled

This commit is contained in:
minhtrannhat 2022-09-30 20:37:43 -04:00
parent a903500b4e
commit d95fc69b41
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 10 additions and 8 deletions

View File

@ -27,11 +27,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
#define SPLIT_USB_DETECT
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100
// #define TAPPING_FORCE_HOLD
// #define TAPPING_TERM 100
#undef OLED_ENABLE
#define NO_ACTION_ONESHOT
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_WPM_ENABLE
#define SPLIT_OLED_ENABLE
// #define SPLIT_WPM_ENABLE
// #define SPLIT_OLED_ENABLE

View File

@ -16,15 +16,15 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SWAP_HANDS_ENABLE = no # Enable one-hand typing
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
WPM_ENABLE = yes
# WPM_ENABLE = yes
SPLIT_KEYBOARD = yes
OLED_ENABLE= yes # OLED display
# OLED_ENABLE= yes # OLED display
EXTRAKEY_ENABLE = yes
EXTRAFLAGS += -flto
BOOTLOADER = atmel-dfu
CONFIG_USB_ACM = yes
DEBOUNCE_TYPE = sym_eager_pk
DEBOUNCE_TYPE = sym_defer_g
# 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