Skip to content

Commit 1b24557

Browse files
AKiwi92zvecrnoroadsleftdrashnafauxpark
authored andcommitted
[Keyboard] Amended Some Pins - KiwiKeebs Macro V2 (qmk#14824)
Co-authored-by: Joel Challis <[email protected]> Co-authored-by: James Young <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Ash <[email protected]>
1 parent 9566592 commit 1b24557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keyboards/kiwikeebs/macro_v2/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4040
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
4141
*
4242
*/
43-
#define MATRIX_ROW_PINS { E6, D7 }
44-
#define MATRIX_COL_PINS { F7, B1, B3, B2 }
43+
#define MATRIX_ROW_PINS { B5, B4 }
44+
#define MATRIX_COL_PINS { B6, C6, C7, D4 }
4545
#define UNUSED_PINS
4646

4747
/* COL2ROW or ROW2COL */
4848
#define DIODE_DIRECTION COL2ROW
4949

50-
#define ENCODERS_PAD_A { D1 }
51-
#define ENCODERS_PAD_B { D0 }
50+
#define ENCODERS_PAD_A { D7 }
51+
#define ENCODERS_PAD_B { D6 }
5252

5353
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
5454
#define DEBOUNCE 5

0 commit comments

Comments
 (0)