kmk_firmware/kmk/common/consts.py

10 lines
180 B
Python
Raw Normal View History

class DiodeOrientation:
'''
Orientation of diodes on handwired boards. You can think of:
COLUMNS = vertical
ROWS = horizontal
'''
COLUMNS = 0
ROWS = 1