state to keyboard and hid switching

This commit is contained in:
Kyle Brown
2020-11-13 02:01:26 -08:00
parent 8839c1c7ec
commit 1bde64392e
4 changed files with 91 additions and 77 deletions

View File

@@ -649,3 +649,4 @@ make_argumented_key(
on_press=handlers.td_pressed,
on_release=handlers.td_released,
)
make_key(names=('HID_SWITCH', 'HID'), on_press=handlers.hid_switch)