v1.03 no trackpad motion LED 6 unlit #7
-
Hi I have an assembled set of v1.03. The key switches and switch LEDs work but the pad is not responding and LED6 is unlit. I am getting 3.3V on the test point and 5V from VCC (3.3 from AVCC) |
Beta Was this translation helpful? Give feedback.
Answered by
george-norton
Aug 19, 2024
Replies: 1 comment 7 replies
-
Can you confirm you built firmware for peacock/v1_01? This is what you will get if you try to run the v1_00 firmware on a newer board. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, the correct keymap is default. But there are two different versions of the PCB - the first version has a mistake which requires bodge wires. You should be building with a command like:
make georgen/peacock/v1_01:default qmk compile -kb georgen/peacock/v1_01 -km default
Where the keyboard is
georgen/peacock/v1_01
and the keymap is default.