diff options
author | AKiwi92 <69772382+AKiwi92@users.noreply.github.com> | 2021-10-16 07:08:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 23:08:41 -0700 |
commit | 9e2e7737823e86612c3a90b485650e349cd251ea (patch) | |
tree | 2cd9de5d69e183becd75cf65605ba71c4f22c5da | |
parent | 79a34d8ec3073e49bae6d49fa15867b08299b652 (diff) | |
download | qmk_firmware-9e2e7737823e86612c3a90b485650e349cd251ea.tar.gz qmk_firmware-9e2e7737823e86612c3a90b485650e349cd251ea.zip |
[Keyboard] Amended Some Pins - KiwiKeebs Macro V2 (#14824)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ash <ash@splitpixel.co.uk>
-rw-r--r-- | keyboards/kiwikeebs/macro_v2/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/kiwikeebs/macro_v2/config.h b/keyboards/kiwikeebs/macro_v2/config.h index ab486fe54..9ecc4d668 100644 --- a/keyboards/kiwikeebs/macro_v2/config.h +++ b/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) | 40 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) |
41 | * | 41 | * |
42 | */ | 42 | */ |
43 | #define MATRIX_ROW_PINS { E6, D7 } | 43 | #define MATRIX_ROW_PINS { B5, B4 } |
44 | #define MATRIX_COL_PINS { F7, B1, B3, B2 } | 44 | #define MATRIX_COL_PINS { B6, C6, C7, D4 } |
45 | #define UNUSED_PINS | 45 | #define UNUSED_PINS |
46 | 46 | ||
47 | /* COL2ROW or ROW2COL */ | 47 | /* COL2ROW or ROW2COL */ |
48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
49 | 49 | ||
50 | #define ENCODERS_PAD_A { D1 } | 50 | #define ENCODERS_PAD_A { D7 } |
51 | #define ENCODERS_PAD_B { D0 } | 51 | #define ENCODERS_PAD_B { D6 } |
52 | 52 | ||
53 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 53 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
54 | #define DEBOUNCE 5 | 54 | #define DEBOUNCE 5 |