Skip to content

Commit

Permalink
remove artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Dec 22, 2024
1 parent 911cd4a commit bbd7816
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kmk/hid.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def __init__(self, **kwargs):
self.setup_consumer_control()
self.setup_mouse_hid()

def _connected(self):
return True

def show_debug(self):
if self._nkro:
debug('use NKRO')
Expand Down Expand Up @@ -368,7 +365,6 @@ def ble_monitor(self):
# on your keyboard and they can pair with it nice and clean and then
# listen to keystrokes.
# On the other hand we don't have LESC so it's like shouting your
self.hid_ready = False
# keystrokes in the air
self.start_advertising()
if debug.enabled:
Expand Down

0 comments on commit bbd7816

Please sign in to comment.