fix quagboard code -- missing import for 'board' added
This commit is contained in:
parent
b6c552e9e9
commit
a8dd5b329c
|
@ -1,5 +1,6 @@
|
|||
from ardux.kb import _ArduxKeyboard
|
||||
import board
|
||||
from kmk.scanners import DiodeOrientation
|
||||
from ardux.kb import _ArduxKeyboard
|
||||
|
||||
# Quagboard Implementation
|
||||
class QuagboardArduxKeyboard(_ArduxKeyboard):
|
||||
|
|
Loading…
Reference in a new issue