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
- Install and setup QMK
- Go to
qmk/keyboards/<your_keyboard_vendor>/<keyboard_name>/keymaps>
and create a new Folder calleddracutio
- Copy code from this commit 39b2f533afc6cc95e39a8797a99681f01f847e19 with all files and folders OR find all the files here
- 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
- Clone or download code from QMK_OLED_HID
cd
into folder and runnpm install
to install all dependencies- Replace Keyboard info, you should see message "Keyboard connection established." and HID on OLED screen if done correctly
- Run
node index.js
orsudo 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