1
0
Fork 0
forked from forks/qmk_firmware

Changed helix/rev2 default setting to use split_common

This commit is contained in:
mtei 2022-02-22 19:09:27 +09:00
parent 74a18ba2d3
commit e76dbd7762
2 changed files with 6 additions and 1 deletions

View file

@ -29,6 +29,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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

View file

@ -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