A basic 2x2 matrix that can auto-flash to a Feather with a compatible bootloader
This commit is contained in:
9
kmk/common/consts.py
Normal file
9
kmk/common/consts.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class DiodeOrientation:
|
||||
'''
|
||||
Orientation of diodes on handwired boards. You can think of:
|
||||
COLUMNS = vertical
|
||||
ROWS = horizontal
|
||||
'''
|
||||
|
||||
COLUMNS = 0
|
||||
ROWS = 1
|
Reference in New Issue
Block a user