IslamAlam / blitzwolf-bw-kb-1

37 stars 9 forks source link

REMAP + QMK #3

Open jose78 opened 2 years ago

jose78 commented 2 years ago

Hello,

I'm looking for to remap the keyboard to achive a mix between ansi ENG with SPANISH pressing the left alt. On the other hand, I want to re-locate some keys. I'm aware you don´t want waste time, for this reason can you only give me a list of simplified steps? Thanks

Regards, JC

IslamAlam commented 2 years ago

Hi @jose78

You can achieve this easily with modifying the keyboard layout in the QMK firmware.

You would notice that the keyboard layout is defined as a layer, so you would need to edit the new layer, which you would like to define when pressing the left-alt key.

Like in this file here: https://github.com/SonixQMK/qmk_firmware/blob/sn32_master/keyboards/dk60/keymaps/default/keymap.c

It seems that I have not pushed my modification to the SonixQMK. I will try to find it and push it there.