mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-07 22:35:42 +00:00
Changed helix/rev2 default setting to use split_common
This commit is contained in:
parent
74a18ba2d3
commit
e76dbd7762
@ -29,6 +29,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define TAPPING_FORCE_HOLD
|
#define TAPPING_FORCE_HOLD
|
||||||
#define TAPPING_TERM 100
|
#define TAPPING_TERM 100
|
||||||
|
|
||||||
|
#define SPLIT_LAYER_STATE_ENABLE
|
||||||
|
#define SPLIT_LED_STATE_ENABLE
|
||||||
|
|
||||||
/* Use I2C or Serial */
|
/* Use I2C or Serial */
|
||||||
#define USE_SERIAL
|
#define USE_SERIAL
|
||||||
//#define USE_MATRIX_I2C
|
//#define USE_MATRIX_I2C
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk
|
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk
|
||||||
|
|
||||||
|
SPLIT_KEYBOARD = yes
|
||||||
|
|
||||||
# Helix Spacific Build Options default values
|
# Helix Spacific Build Options default values
|
||||||
HELIX_ROWS = 5 # Helix Rows is 4 or 5
|
HELIX_ROWS = 5 # Helix Rows is 4 or 5
|
||||||
OLED_ENABLE = yes # OLED_ENABLE
|
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_ENABLE is 'yes'
|
||||||
# If OLED_SELECT is 'core', use QMK standard oled_dirver.c.
|
# If OLED_SELECT is 'core', use QMK standard oled_dirver.c.
|
||||||
# If OLED_SELECT is other than 'core', use helix/local_drivers/ssd1306.c.
|
# If OLED_SELECT is other than 'core', use helix/local_drivers/ssd1306.c.
|
||||||
OLED_SELECT = local
|
OLED_SELECT = core
|
||||||
|
Loading…
Reference in New Issue
Block a user