Skip to content

Commit

Permalink
Remove KC.DEBUG from keys.py
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Nov 19, 2024
1 parent 9c73df7 commit 32dd2c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kmk/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ 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 32dd2c9

Please sign in to comment.