aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/wavelet/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/wavelet/config.h')
-rw-r--r--keyboards/keebio/wavelet/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keebio/wavelet/config.h b/keyboards/keebio/wavelet/config.h
index 6f67fdbaf..71366ec24 100644
--- a/keyboards/keebio/wavelet/config.h
+++ b/keyboards/keebio/wavelet/config.h
@@ -37,6 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37#define MATRIX_ROW_PINS { F4, F5, F7, B3, D2, D1, D4, D7 } 37#define MATRIX_ROW_PINS { F4, F5, F7, B3, D2, D1, D4, D7 }
38#define MATRIX_COL_PINS { F6, B1, B2, B6, B4, E6 } 38#define MATRIX_COL_PINS { F6, B1, B2, B6, B4, E6 }
39 39
40#define DIODE_DIRECTION COL2ROW
41
40/* Set 0 if debouncing isn't needed */ 42/* Set 0 if debouncing isn't needed */
41#define DEBOUNCE 5 43#define DEBOUNCE 5
42 44