diff options
author | Drashna Jael're <drashna@live.com> | 2022-01-21 11:18:09 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-01-21 11:18:09 -0800 |
commit | 0ebd0de6f62c50e74a72ad5260fe1b8b5f2d3758 (patch) | |
tree | fd71523aa21d1c0930ccdeac2886abbd36407cd1 /keyboards/handwired/pytest/config.h | |
parent | 00d0bd6c610303f42a855ae4d4c7f90dab40c39d (diff) |
Fix qmk cli isues'
Diffstat (limited to 'keyboards/handwired/pytest/config.h')
-rw-r--r-- | keyboards/handwired/pytest/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/config.h b/keyboards/handwired/pytest/config.h new file mode 100644 index 0000000000..f03597a7d4 --- /dev/null +++ b/keyboards/handwired/pytest/config.h @@ -0,0 +1,11 @@ +#pragma once + +#include "config_common.h" + +/* key matrix size */ +#define MATRIX_ROWS 1 +#define MATRIX_COLS 1 + +#define MATRIX_COL_PINS { F4 } +#define MATRIX_ROW_PINS { F5 } +#define DIODE_DIRECTION COL2ROW |