From e76dbd7762e06e0781ee004213878b1a5029fa98 Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:09:27 +0900 Subject: [PATCH] Changed helix/rev2 default setting to use split_common --- keyboards/helix/rev2/config.h | 3 +++ keyboards/helix/rev2/rules.mk | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index 3d942248f5fd..9b813b347a3a 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -29,6 +29,9 @@ along with this program. If not, see . #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 +#define SPLIT_LAYER_STATE_ENABLE +#define SPLIT_LED_STATE_ENABLE + /* Use I2C or Serial */ #define USE_SERIAL //#define USE_MATRIX_I2C diff --git a/keyboards/helix/rev2/rules.mk b/keyboards/helix/rev2/rules.mk index a31e9d9b2281..f07335a46afe 100644 --- a/keyboards/helix/rev2/rules.mk +++ b/keyboards/helix/rev2/rules.mk @@ -1,5 +1,7 @@ KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk +SPLIT_KEYBOARD = yes + # Helix Spacific Build Options default values HELIX_ROWS = 5 # Helix Rows is 4 or 5 OLED_ENABLE = yes # OLED_ENABLE @@ -12,4 +14,4 @@ IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) # If OLED_ENABLE is 'yes' # If OLED_SELECT is 'core', use QMK standard oled_dirver.c. # If OLED_SELECT is other than 'core', use helix/local_drivers/ssd1306.c. -OLED_SELECT = local +OLED_SELECT = core