We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ee904 commit adba241Copy full SHA for adba241
demos/key_ctrl.py
@@ -18,7 +18,7 @@ def make_keymap():
18
"""Bp - an initialised arm bitpattern.
19
returns the keymap"""
20
return {
21
- K_z: usb_arm.BaseClockWise,
+ K_z: usb_arm.BaseClockWise,
22
K_x: usb_arm.BaseCtrClockWise,
23
K_r: usb_arm.CloseGrips,
24
K_f: usb_arm.OpenGrips,
0 commit comments