pbawn

Results 2 comments of pbawn

Hello, I bumped into the same issue and noticed that the **ascii_to_scan_code_table** variable is not defined in the same way for all provided layouts. Actually, the code in DigiKeyboard.h (see...

A workaround that worked for me is to provide the location of the missing 'pytime.h' (`find / -name pytime.h`) with the C_INCLUDE_PATH environment variable. Example: ``` C_INCLUDE_PATH=/usr/include/python3.11/cpython/ pipenv install ```...