Open rompetroll opened 2 years ago
@rompetroll Have you flashed your board? I have bought a AP2 ISO (se) today and I’m planning to flash QMK to it as soon as i get it. There are example keymaps for ISO in the repository, have you tried using that? If/when I get it working I can make a PR for it as I’m somewhat familliar with C.
@JockeKv flashing works with adjusted USB device codes in annepro2-tools (https://github.com/OpenAnnePro/AnnePro2-Tools/issues/15). RGB is disabled by this though, and flashing shine did nothing in my case. Did not investigate the lighting issue further since it is not important to me. I did not try standard iso layouts either.
@rompetroll just an update on this. I got the keyboard yesterday and have managed to get the keymap fully working. It's essentially just creating a new keymap definition (the KEYMAP macro) and then use it in the keymap.c keymap. The only thing I did is basically adding the K31 key to the layout. I did not use this repo though, I used the qmk one (which this is forked from) so there may be some other differences. I am working on the LED issue (with some excellent help from the Anne Pro Dev discord channel) for now and I'll probably make a PR once I get everything working.
Feature Request Type
Description
This is related to me having an Anne Pro 2 with scandinavian keys. Only makes sense if support for iso version is also added in AnnePro2-Tools: https://github.com/OpenAnnePro/AnnePro2-Tools/issues/15
Anyway, Given that iso anne-pro-2's can be flashed, the default layout does not work correctly. The one thing I found immediately is that
Enter
and single quote'
are swapped. There may be other issues but this is the only I found.To fix it, I copied a default layout and changed the base layer like so: the other layers inherit the relevant keys so they did not need changes.
I am not sure if this is 100% correct. Seems to work but this is my first contact with keyboard firmware so I hope someone who knows a bit more about the key codes can make a quality PR.