TsFreddie / much-programming-core

Such Core, Much Programming | Programming Util for Vortex CORE
MIT License
95 stars 27 forks source link

Singe character map #18

Closed axeldetlofsson closed 3 years ago

axeldetlofsson commented 3 years ago

Hi, Thanks for this great software, makes my day much esier, just one question/feature request: Is it possible to map ex. { to a key, without creating a macro with time delay?

Thanks!

TsFreddie commented 3 years ago

No. The mpc firmware doesn't have the ability to send text and there is no physical keycode for '{'.

axeldetlofsson commented 3 years ago

Oh okey, thanks for the fast answere!

axeldetlofsson commented 3 years ago

Have you experimented with installing any other firmware like QMK?

TsFreddie commented 3 years ago

You need hardware debugging tools to unlock chip. see: https://github.com/pok3r-custom/pok3r_re_firmware/wiki/HT32-Unlocking

I personally never done it tho. You can ask the guy porting the firmware, I've seen him helping people in his repo's issue thread.

axeldetlofsson commented 3 years ago

Thanks alot man!