ruiqimao / qmkbuilder

Online GUI for QMK Firmware
http://kbfirmware.com
GNU General Public License v3.0
383 stars 123 forks source link

Option to use KC_POWER instead of KC_PWR #11

Closed stephentuso closed 7 years ago

stephentuso commented 7 years ago

Looks like KC_PWR doesn't work on Mac OS, but KC_POWER does (source). As far as I can tell there isn't a way to set KC_POWER with this right now. A quick fix could be an option to manually enter a keycode, especially if there are some others that are missing from the GUI

ruiqimao commented 7 years ago

There is already an option to manually enter a keycode.

stephentuso commented 7 years ago

Thanks, didn't realize you could edit the code in the 'other' tab

Great work on this by the way, much easier than building manually