Fix unittests
parent
f542157d56
commit
58d98411d9
|
|
@ -7,7 +7,7 @@ class FakeKeyboard:
|
||||||
|
|
||||||
layers = 4
|
layers = 4
|
||||||
macro_count = 16
|
macro_count = 16
|
||||||
|
custom_keycodes = None
|
||||||
|
|
||||||
|
|
||||||
class TestKeycode(unittest.TestCase):
|
class TestKeycode(unittest.TestCase):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue