Browse Source

Changed helix/rev2 default setting to use split_common

pull/16432/head
mtei 2 years ago
parent
commit
e76dbd7762
2 changed files with 6 additions and 1 deletions
  1. +3
    -0
      keyboards/helix/rev2/config.h
  2. +3
    -1
      keyboards/helix/rev2/rules.mk

+ 3
- 0
keyboards/helix/rev2/config.h 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


+ 3
- 1
keyboards/helix/rev2/rules.mk 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

Loading…
Cancel
Save