Skip to content

Simple program to send infos for qmk based keyboard's screen

Notifications You must be signed in to change notification settings

lnxx-56/qmk-oled-raw-hid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Send system informations to custom QMK based keyboard.

Link to custom keymap containing the OLED configurations

Use as systemd service

Need to change the execution path for your own path

For Ubuntu install

sudo apt install libasound2-dev

Install the service as User service (NOT ROOT):

  • Create user service folder if not present
mkdir ~/.config/systemd/user
cp ./qmk_oled.service ~/.config/systemd/user/qmk_oled.service
systemctl --user enable qmk_oled.service

About

Simple program to send infos for qmk based keyboard's screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages