Add QMK equivalent attributes of DiodeOrientation
This commit is contained in:
@@ -43,7 +43,7 @@ keyboard = KMKKeyboard()
|
||||
|
||||
keyboard.col_pins = (board.GP0,)
|
||||
keyboard.row_pins = (board.GP1,)
|
||||
keyboard.diode_orientation = DiodeOrientation.COLUMNS
|
||||
keyboard.diode_orientation = DiodeOrientation.COL2ROW
|
||||
|
||||
keyboard.keymap = [
|
||||
[KC.A,]
|
||||
|
Reference in New Issue
Block a user