qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.81k stars 38.16k forks source link

Compile but layout UNCHANGED #24073

Closed masar3141 closed 1 month ago

masar3141 commented 1 month ago

Issue Description

Hello, i use rp2040 pro micro, custom layout, had been working great so far but after some consecutives flash the layout doesnt update anymore. I tried qmk clean with no succes. Also i tried with succes to flash the board with a blink.uf2 to be sure it wasnt the fault of the board.

Compiling and flashing doesnt raise any error

tzarc commented 1 month ago

Did you enable VIA?

https://docs.qmk.fm/faq_keymap#my-keymap-doesn-t-update-when-i-flash-it

masar3141 commented 1 month ago

That was totally the issue. Thank you for your help. I don't get how i didn't end up on this before. Maybe it should be in the debbugging/troubleshooting section? Anyway, thanks again.