qmk / qmk_configurator

The QMK Configurator
http://config.qmk.fm
689 stars 343 forks source link

QMK and Unicode #576

Open SarreqTeryx opened 4 years ago

SarreqTeryx commented 4 years ago

I'm trying to create a layout with superscript, subscript, and roman numerals using "ANY()", but when I reload from .json, they're all coming up as "KC_TRNS"

noroadsleft commented 4 years ago

There's a proof-of-concept PR that may be relevant, but I don't know how much work would be required to get this feature in:

https://github.com/qmk/qmk_configurator/pull/446

There's also the matter that in order to use Unicode, it has to be enabled via the keyboard's rules.mk file in qmk/qmk_firmware, which Configurator has no capability to alter (the API doesn't support changing rules.mk/config.h at this time). When the v2 API launches this becomes a possibility, but there's no timeline for that at the moment.