aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ramonimbao/herringbone/config.h
diff options
context:
space:
mode:
authorRamon Imbao <ramonimbao@gmail.com>2020-07-11 05:58:41 +0800
committerGitHub <noreply@github.com>2020-07-10 22:58:41 +0100
commit76b21a4b90a490c69175bef2dffc6eb6759ac26d (patch)
treea42866c04c6fa106547340cc49436d19fe3bb0e5 /keyboards/ramonimbao/herringbone/config.h
parent027570a21b44b2cba1b917c2eddb804b5dc82173 (diff)
downloadfirmware-76b21a4b90a490c69175bef2dffc6eb6759ac26d.tar.gz
firmware-76b21a4b90a490c69175bef2dffc6eb6759ac26d.tar.bz2
firmware-76b21a4b90a490c69175bef2dffc6eb6759ac26d.zip
Fix missing column for Herringbone (#9679)
* Add the missing column to the config * Fix key layout error in info.json
Diffstat (limited to 'keyboards/ramonimbao/herringbone/config.h')
-rw-r--r--keyboards/ramonimbao/herringbone/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ramonimbao/herringbone/config.h b/keyboards/ramonimbao/herringbone/config.h
index 3dab5ddeb..c8aee0f6e 100644
--- a/keyboards/ramonimbao/herringbone/config.h
+++ b/keyboards/ramonimbao/herringbone/config.h
@@ -41,8 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
-#define MATRIX_ROW_PINS { C5, C6, C7, A7, A6, A5 }
-#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, C4, D6, D5, D1, B0, B1, B3, B4, B7 }
+#define MATRIX_ROW_PINS { C4, C5, C6, C7, A7, A6 }
+#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, D6, D5, D1, B0, B1, B2, B3, B4, D7 }
#define UNUSED_PINS
/* COL2ROW, ROW2COL*/