qmk / qmk_firmware

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

My keymap doesn't work on my keyboard (code compiles and I can flash keyboard) #11844

Closed javieriko96 closed 3 years ago

javieriko96 commented 3 years ago

Hello everyone, thanks for the help

I'm creating a 5x15 ortholinear keyboard from nothing. I have generated a new project in qmk and i have configured everything My problem is that when I flash the keyboard it doesn't work. I am using an ARDUINO PRO (not pro micro) in a PCB of my own, and in the debug of the QMK toolboox I can see when I press the keys one by one, and they are recognized in the matrix, but the Keycode that the pc receives are not the corresponding to the kc_XX that I put in the keymap.c

All the keys send a code like "0x7F25" of 4 characters, and the pc writes for that code an "8", that I have seen that it has the code "0x25", I don't know if it is useful information.

I attach the code of the config, rules, .c, .h and keymaps in pastelbin

https://pastebin.com/gvBhPK3c

PD: some keys are "ES_1" because I removed some macros and layers to avoid possible errors with those. PD2: sorry for my English, in spanish and i am using DeepL for translate better....

fauxpark commented 3 years ago

Can you try setting BOOTMAGIC_ENABLE to lite, then holding the top left key while plugging the board in?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

stale[bot] commented 3 years ago

This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know.