scottywei / bioi-g60ble

A Bluetooth/USB Duo-Mode Keybaord PCB.
GNU General Public License v3.0
31 stars 4 forks source link

Strange output with macros (v1.2 firmware) #5

Open andtari opened 4 years ago

andtari commented 4 years ago

I'm getting some strange output when running macros with v1.2 version. Alphanumeric characters works fine, but most other characters are garbled up, also macro chords generate strange output.

Macro examples; 1234567890qwertyuiop outputs: 1234567890qwertyuiop !"#¤%&/()= output: !Ä#%/-)= {KC_LSFT,KC_2} output; WW

I'm on Win10 with Swedish keyboard layout. Using VIA v1.3.1

Any idea what my cause it?

andtari commented 4 years ago

So the first issue with special characters is VIA/QMK "feature".

But the second with strange output from macro chords. Maybe it is related to the previous change in QMK macro protocol? https://github.com/the-via/releases/issues/19 and can be just fixed by compiling new firmware against latest QMK/VIA version?