diff options
Diffstat (limited to 'keyboards/helix/rev2/keymaps/default/config.h')
| -rw-r--r-- | keyboards/helix/rev2/keymaps/default/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/default/config.h b/keyboards/helix/rev2/keymaps/default/config.h index 1b3875fcd..5d8e37f64 100644 --- a/keyboards/helix/rev2/keymaps/default/config.h +++ b/keyboards/helix/rev2/keymaps/default/config.h | |||
| @@ -37,6 +37,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | 37 | ||
| 38 | //#define SSD1306OLED | 38 | //#define SSD1306OLED |
| 39 | 39 | ||
| 40 | /* Select rows configuration */ | ||
| 41 | // Rows are 4 or 5 | ||
| 42 | #define HELIX_ROWS 5 | ||
| 43 | |||
| 44 | /* key matrix size */ | ||
| 45 | // Rows are doubled-up | ||
| 46 | #if HELIX_ROWS == 4 | ||
| 47 | #define MATRIX_ROWS 8 | ||
| 48 | #define MATRIX_COLS 7 | ||
| 49 | #define MATRIX_ROW_PINS { D4, C6, D7, E6 } | ||
| 50 | #elif HELIX_ROWS == 5 | ||
| 51 | #define MATRIX_ROWS 10 | ||
| 52 | #define MATRIX_COLS 7 | ||
| 53 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 } | ||
| 54 | #else | ||
| 55 | #error "expected HELIX_ROWS 4 or 5" | ||
| 56 | #endif | ||
| 57 | |||
| 40 | #define USE_SERIAL_PD2 | 58 | #define USE_SERIAL_PD2 |
| 41 | 59 | ||
| 42 | #define PREVENT_STUCK_MODIFIERS | 60 | #define PREVENT_STUCK_MODIFIERS |
