JanLunge / pog

A Kmk firmware flashing and configuration tool
https://pog.heaper.de/
MIT License
326 stars 20 forks source link

Add missing getmount import for split keyboards #5

Closed krzysztofwolski closed 8 months ago

krzysztofwolski commented 9 months ago

Noticed error from RPi pico serial feed:

>>> Traceback (most recent call last):
  File "code.py", line 17, in <module>
  File "kb.py", line 43, in __init__
NameError: name 'getmount' is not defined

Adding import seems to fix it :)

JanLunge commented 8 months ago

thanks, yes I missed that import there. locally i had this added to my board while testing so i didn't catch that.