geekhack
geekhack Community => Keyboards => Topic started by: Phenix on Fri, 01 July 2016, 12:48:19
-
Hello
How can I program numpad mult / divide with QMK?
-
If it stays true to it's TMK roots / is PSLS and * is PAST
-
Reference this, https://github.com/jackhumbert/qmk_firmware/blob/master/doc/keycode.txt
/ => KC_PSLS
* => KC_PAST
-
thanks!