geekhack
geekhack Community => Keyboards => Topic started by: ziwzih on Sat, 06 May 2017, 11:04:06
-
Running QMK. Ideally I'd have it in the task bar, but I am open to options. I've seen people with lil LED screens doing this, but I am not on a custom built board like that.
Thanks!
-
Yes i can be done
Probably a windows service and some added code to qmk firmware
-
With hid_listen (https://www.pjrc.com/teensy/hid_listen.html) you can use uprintf(...) in your code to write things and pipe them through to whatever display you want. There are some examples in here (https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodox/keymaps/algernon).