JanLunge / pog

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

Running coordmap finder #3

Closed jeff-comley closed 8 months ago

jeff-comley commented 1 year ago

On the Coordmap setup stage nothing gets filled in. Opened the code.py in thonny and ran it and get this:

starting keyboard Pico Test Board (01H2BEFRHEMRVMT36SJRKD8P9A) running coordmap setup Traceback (most recent call last): File "", line 42, in File "kmk/kmk_keyboard.py", line 472, in go File "kmk/kmk_keyboard.py", line 496, in _init File "kmk/kmk_keyboard.py", line 336, in _init_matrix File "kmk/scanners/keypad.py", line 51, in init TypeError: object of type 'Pin' has no len()

This is on a raspberry pi pico, 4 button test matrix set to 1 row and 4 columns.

JanLunge commented 8 months ago

Seems I had Notifications for Issues and PRs off my bad, still wanted to answer here. this was an issue where 1 row was not passed as a list properly this has been fixed a few releases back.