Move off D13 to avoid clobbering the onboard LED just in case

This commit is contained in:
Josh Klar 2018-10-07 03:23:36 -07:00
parent 71af18819f
commit f6bebdcc24
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -6,7 +6,7 @@ from kmk.common.pins import Pin as P
from kmk.entrypoints.handwire.itsybitsy_m4_express import main
from kmk.firmware import Firmware
cols = (P.A4, P.A5, P.D13)
cols = (P.A4, P.A5, P.D7)
rows = (P.D12, P.D11, P.D10)
diode_orientation = DiodeOrientation.COLUMNS