diff options
author | Charly Delay <0xcharly@users.noreply.github.com> | 2022-11-21 05:34:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 12:34:42 -0800 |
commit | 2b0a3cd2f13ca4719cf4bba96ee7ec5ed7c1aabd (patch) | |
tree | 677bd625ed00274a742959dd0487289518db9e6e /keyboards/bastardkb/scylla/v2/splinky/v3 | |
parent | 127a70b6ca6273257030b581e9f7a9656d7e9e4d (diff) |
Bastard Keyboards: upstream recent changes (#19083)
Co-authored-by: Simian <alex@Mandelbrot>
Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com>
Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
Diffstat (limited to 'keyboards/bastardkb/scylla/v2/splinky/v3')
-rw-r--r-- | keyboards/bastardkb/scylla/v2/splinky/v3/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/bastardkb/scylla/v2/splinky/v3/config.h b/keyboards/bastardkb/scylla/v2/splinky/v3/config.h index 72f5c0ffa8..36b25dffff 100644 --- a/keyboards/bastardkb/scylla/v2/splinky/v3/config.h +++ b/keyboards/bastardkb/scylla/v2/splinky/v3/config.h @@ -20,3 +20,11 @@ /* Key matrix configuration. */ #define MATRIX_COL_PINS \ { GP27, GP28, GP21, GP6, GP7, GP8 } + +/* Handedness. */ +#define MASTER_RIGHT + +// To use the handedness pin, resistors need to be installed on the adapter PCB. +// If so, uncomment the following code, and undefine MASTER_RIGHT above. +// #define SPLIT_HAND_PIN GP15 +// #define SPLIT_HAND_PIN_LOW_IS_LEFT // High -> right, Low -> left. |