summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/sedan/config.h
diff options
context:
space:
mode:
authorSean Browning <25888380+beansrowning@users.noreply.github.com>2021-05-27 01:11:02 -0400
committerGitHub <noreply@github.com>2021-05-26 22:11:02 -0700
commit975e42ed3c18311d8da4abd11deb42d504b1a8c5 (patch)
treea0390081a5145294daeee02ed4fcf93af8d00ccc /keyboards/clawsome/sedan/config.h
parent712d53c9539bf155cdacbdbf05a2b91b5f60602f (diff)
[Keyboard] Fix Clawsome/Sedan matrix and default keymap (#13007)
Diffstat (limited to 'keyboards/clawsome/sedan/config.h')
-rw-r--r--keyboards/clawsome/sedan/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/clawsome/sedan/config.h b/keyboards/clawsome/sedan/config.h
index f93132eb74..2a02a9a1e7 100644
--- a/keyboards/clawsome/sedan/config.h
+++ b/keyboards/clawsome/sedan/config.h
@@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
-#define MATRIX_ROW_PINS { B0, B1, B2, B3, B4 }
-#define MATRIX_COL_PINS { B5, B6, B7, C0, C1, C2, C3, C4, C5, C6, C7, D0, D1, D2, D3 }
+#define MATRIX_ROW_PINS { C6, D4, D0, D1, D3 }
+#define MATRIX_COL_PINS { B0, F4, F7, B1, B3, B2, B6, F0, F1, C7, D5, B7, B5, B4, E6 }
#define DIODE_DIRECTION COL2ROW