We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9566592 commit 1b24557Copy full SHA for 1b24557
keyboards/kiwikeebs/macro_v2/config.h
@@ -40,15 +40,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41
*
42
*/
43
-#define MATRIX_ROW_PINS { E6, D7 }
44
-#define MATRIX_COL_PINS { F7, B1, B3, B2 }
+#define MATRIX_ROW_PINS { B5, B4 }
+#define MATRIX_COL_PINS { B6, C6, C7, D4 }
45
#define UNUSED_PINS
46
47
/* COL2ROW or ROW2COL */
48
#define DIODE_DIRECTION COL2ROW
49
50
-#define ENCODERS_PAD_A { D1 }
51
-#define ENCODERS_PAD_B { D0 }
+#define ENCODERS_PAD_A { D7 }
+#define ENCODERS_PAD_B { D6 }
52
53
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
54
#define DEBOUNCE 5
0 commit comments