Skip to content

eighty58five/qmk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dracutio Keymap for OLED screens

This repo was forked from the official QMK github and has been modified by me. Follow at your own risk, since I'm not a professional at QMK

Steps

1. Firmware

  1. Install and setup QMK
  2. Go to qmk/keyboards/<your_keyboard_vendor>/<keyboard_name>/keymaps> and create a new Folder called dracutio
  3. Copy code from this commit 39b2f533afc6cc95e39a8797a99681f01f847e19 with all files and folders OR find all the files here
  4. Compile with QMK qmk compile -kb <your_keyboard_vendor>/<keyboard_name> -km dracutio and flash keyboard with QMK Toolbox

Now you should be able to see keyboard typing matrix and layers

2. HID Display

  1. Clone or download code from QMK_OLED_HID
  2. cd into folder and run npm install to install all dependencies
  3. Replace Keyboard info, you should see message "Keyboard connection established." and HID on OLED screen if done correctly

Screen Shot 2021-09-05 at 4 00 35 PM

  1. Run node index.js or sudo node index.js if it doesn't have permission

At this point, there should be messages showing on NodeJS server console when navigating between layers. By default, PC Stats will show on layer 2 and Date & Time will show on layer 3

About

No description, website, or topics provided.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • Makefile 4.2%
  • C++ 2.5%
  • Python 0.7%
  • Shell 0.1%
  • Roff 0.0%