diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-02 11:15:57 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-02 11:15:57 +0000 |
commit | d75ce4862b4fac0605a3757c8e03be8278219cd3 (patch) | |
tree | 1a4b923cb71dd0e2920b9c73d5498c42c06c6a6a /keyboards/helix/rev2/config.h | |
parent | 9d7f6d1089f886df363a0268451448e33addb988 (diff) | |
parent | e73f8e942c8f0aa4b471669436d16ad785b63a38 (diff) | |
download | qmk_firmware-d75ce4862b4fac0605a3757c8e03be8278219cd3.tar.gz qmk_firmware-d75ce4862b4fac0605a3757c8e03be8278219cd3.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/config.h')
-rw-r--r-- | keyboards/helix/rev2/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index 041acee215..9b813b347a 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -1,6 +1,7 @@ /* Copyright 2012 Jun Wako <wakojun@gmail.com> Copyright 2015 Jack Humbert +Copyright 2018 MakotoKurauchi This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,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 |