You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error that appears is complaining that COL_PINS (left) is 7 when it is configured to be 9, I have no idea how to add dummy fake pins to pad out the left side of the COL_PINS.
But this has worked perfectly before.
System Information
Keyboard: Custom
Revision (if applicable):
Operating system: manjaro
AVR GCC version: 11.1.0
ARM GCC version: 11.1.0
QMK Firmware version: 0.14.29
Any keyboard related software installed?
AutoHotKey
Karabiner
Other:
Additional Context
The text was updated successfully, but these errors were encountered:
Full support for NO_PIN was added in #12238 (before that change NO_PIN could be used only with DIRECT_PINS); however, it seems that the documentation was never updated to reflect that.
I2C driver files were relocated in #13894; you may need to run qmk clean to remove references to the old path from intermediate build files.
Thank you very much, take my issue as a request to update the documentation since I was totally lost with the new QMK version. People updating their firmware will have issues if the docs aren't to scratch.
I have just update QMK and decided to recompile my firmware.
I have a split design I have been working on and I have successfully compiled the same code previously and even flashed it.
My compiler issue is relating to the COL_PINS since the the split on my keyboard is not symmetrical (custom 75% layout).
Describe the Bug
My config code is this
The error that appears is complaining that COL_PINS (left) is 7 when it is configured to be 9, I have no idea how to add dummy fake pins to pad out the left side of the COL_PINS.
But this has worked perfectly before.
System Information
Additional Context
The text was updated successfully, but these errors were encountered: