Skip to content

Commit

Permalink
Changed helix/rev2 default setting to use split_common
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei committed Feb 22, 2022
1 parent 74a18ba commit e76dbd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions keyboards/helix/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion keyboards/helix/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit e76dbd7

Please sign in to comment.