mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-18 15:53:26 +00:00
stash
This commit is contained in:
parent
de45a60432
commit
c01e8ed75d
@ -177,7 +177,10 @@ def xap_dump_keymap(device):
|
||||
0x29: 'KC_ESCAPE',
|
||||
0xF9: 'KC_MS_WH_UP',
|
||||
}
|
||||
print(f'keycode:{keycode_map.get(keycode, "unknown")}')
|
||||
print(f'keycode:{keycode_map.get(keycode, "unknown")}[{keycode}]')
|
||||
|
||||
# set encoder [layer:0, index:0, clockwise:0, keycode:KC_A]
|
||||
_xap_transaction(device, 0x05, 0x03, b"\x00\x00\x00\x04\00")
|
||||
|
||||
|
||||
def xap_doit():
|
||||
|
Loading…
Reference in New Issue
Block a user