Ciantic / keymapceditor

Preview and edit the QMK Firmware keymap.c files from a GUI
http://ciantic.github.io/keymapceditor/
MIT License
45 stars 18 forks source link

Add a handful of keys #6

Open roblabla opened 3 years ago

roblabla commented 3 years ago

This PR adds a couple missing macros, support for the \ (KC_BACKSLASH) key on the US keyboard, and a spacebar symbol when KC_SPACEBAR is combined with a special key.

For spacebar, this is how ALT_T(KC_SPACEBAR) was rendered before: image

And after: image