Skip to content

Commit adba241

Browse files
authored
Missed one
1 parent a9ee904 commit adba241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/key_ctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def make_keymap():
1818
"""Bp - an initialised arm bitpattern.
1919
returns the keymap"""
2020
return {
21-
K_z: usb_arm.BaseClockWise,
21+
K_z: usb_arm.BaseClockWise,
2222
K_x: usb_arm.BaseCtrClockWise,
2323
K_r: usb_arm.CloseGrips,
2424
K_f: usb_arm.OpenGrips,

0 commit comments

Comments
 (0)