simplyKeeb-60K

340 BH
config.h
340 B14 lines • cpp
1#pragma once
2
3#define DEBOUNCE 5
4#define WS2812_DI_PIN D2
5
6#define MATRIX_ROW_PINS { F7, B1, B3, B2, B6 }
7#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }
8
9// Right half (reverse the column order to match the mirrored wiring)
10
11#define MATRIX_ROW_PINS_RIGHT { F7, B1, B3, B2, B6 }
12#define MATRIX_COL_PINS_RIGHT { B5, B4, E6, D7, C6, D4 }
13
14