Skip to content

Commit

Permalink
Bring back DEBUG key
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Nov 19, 2024
1 parent 8fa5259 commit fabd86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kmk/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def maybe_make_firmware_key(candidate: str) -> Optional[Key]:
((('BLE_REFRESH',), handlers.ble_refresh)),
((('BLE_DISCONNECT',), handlers.ble_disconnect)),
((('BOOTLOADER',), handlers.bootloader)),
((('DEBUG', 'DBG'), handlers.debug_pressed)),
((('HID_SWITCH', 'HID'), handlers.hid_switch)),
((('RELOAD', 'RLD'), handlers.reload)),
((('RESET',), handlers.reset)),
Expand Down

0 comments on commit fabd86c

Please sign in to comment.