Skip to content

tobiasarndt/qmk-hid-display-kotlin

Repository files navigation

qmk-hid-display-kotlin

I build this to display my current playing spotify song and the current time on the display of my qmk keyboard. Refer to my layout on how to implement this in your keymap. For the font i used for the clock it is necessary to merge thi PR to allow for bitmaps with more than 255 characters.

This utility works by sending the strings to be displayed on the display line by line. Once four lines are recieved the keyboard updates the display. Currently it is possitle to display the time and Spotify information. The weather monitor is sadly broken, as yahoo no longer supplis the data as they did. To add a new custom monitor implement a new class with the Monitor interface and add it to the monitor list in monitorList in the main.

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages