diff options
author | MakotoKurauchi <pluis@me.com> | 2020-10-15 05:16:17 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 05:16:17 +0900 |
commit | b63b2106d818860038821f41596b92759068a3cb (patch) | |
tree | e338dc0e1d78e624bf60ab4107abef210a134be1 /keyboards/helix | |
parent | a2af0a352b3351add05a487443b224a8b5d7740f (diff) |
Fix config for Helix rev3 4rows (#10641)
* update "Hardware Availability"
* add a section of "How to build"
* update "Hardware Supported"
* add SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT for rev3_4rows/config.h
Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
Diffstat (limited to 'keyboards/helix')
-rw-r--r-- | keyboards/helix/rev3_4rows/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/helix/rev3_4rows/config.h b/keyboards/helix/rev3_4rows/config.h index d2de347b9e..bc695d9967 100644 --- a/keyboards/helix/rev3_4rows/config.h +++ b/keyboards/helix/rev3_4rows/config.h @@ -50,6 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Split hand configration */ #define SPLIT_HAND_MATRIX_GRID D7,B2 +#define SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT /* Dip switch on matrix grid */ #define DIP_SWITCH_MATRIX_GRID { {0,6}, {1,6}, {5,6}, {6,6} } |