geekhack

geekhack Community => Keyboards => Topic started by: Phenix on Fri, 01 July 2016, 12:48:19

Title: QMK program numpad keys
Post by: Phenix on Fri, 01 July 2016, 12:48:19
Hello

How can I program numpad mult / divide with QMK?
Title: Re: QMK program numpad keys
Post by: suicidal_orange on Fri, 01 July 2016, 14:08:16
If it stays true to it's TMK roots / is PSLS and * is PAST
Title: Re: QMK program numpad keys
Post by: MOZ on Mon, 04 July 2016, 05:26:22
Reference this, https://github.com/jackhumbert/qmk_firmware/blob/master/doc/keycode.txt

/ => KC_PSLS
* => KC_PAST
Title: Re: QMK program numpad keys
Post by: Phenix on Tue, 05 July 2016, 14:24:43
thanks!