Added MANY boards to supported list, and organized supported boards
This commit is contained in:
9
kmk/boards/converter/40percentclub/gherkin.py
Normal file
9
kmk/boards/converter/40percentclub/gherkin.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from kmk.consts import DiodeOrientation
|
||||
from kmk.mcus.circuitpython_samd51 import Firmware as _Firmware
|
||||
from kmk.pins import Pin as P
|
||||
|
||||
|
||||
class Firmware(_Firmware):
|
||||
col_pins = (P.D9, P.D10, P.D11, P.D12, P.D13, P.SCL)
|
||||
row_pins = (P.A3, P.A4, P.A5, P.SCK, P.MOSI)
|
||||
diode_orientation = DiodeOrientation.COLUMNS
|
Reference in New Issue
Block a user