Author Topic: Is there a way to have the name of the active keyboard layer displayed on screen  (Read 1188 times)

0 Members and 1 Guest are viewing this topic.

Offline ziwzih

  • Thread Starter
  • Posts: 15
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!

Offline kolec94

  • Posts: 111
Yes i can be done

Probably a windows service and some added code to qmk firmware
« Last Edit: Sat, 06 May 2017, 11:08:03 by kolec94 »

kbparadise v60 blues

Offline salinity

  • Posts: 7
With hid_listen 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.
« Last Edit: Tue, 09 May 2017, 14:18:36 by salinity »