This commit is contained in:
doesntfazer
2022-05-22 14:37:30 -04:00
committed by Kyle Brown
parent c00e769868
commit 4c1ee62273
2 changed files with 104 additions and 10 deletions

View File

@@ -1,16 +1,10 @@
import board
import busio as io
<<<<<<< Updated upstream
from kmk.kmk_keyboard import KMKKeyboard
=======
from kb import KMKKeyboard
>>>>>>> Stashed changes
from kmk.keys import KC
from kmk.kmk_keyboard import KMKKeyboard
from kmk.modules.layers import Layers
from kmk.modules.modtap import ModTap
from kmk.scanners import DiodeOrientation
@@ -68,8 +62,6 @@ keyboard.keymap = [
]
]
<<<<<<< Updated upstream
=======
# Uncomment for Trackball
# from kmk.modules.pimoroni_trackball import Trackball, TrackballMode
@@ -97,7 +89,6 @@ keyboard.keymap = [
# ]
# keyboard.debug_enabled = True
>>>>>>> Stashed changes
if __name__ == '__main__':
keyboard.go()