Skip to content

joshrule/Model01-Firmware

 
 

Repository files navigation

Josh Rule's Keyboardio Model 01 Firmware Sketch

This is Josh Rule's work-in-progress personalized firmware sketch for the Keyboardio Model 01.

Layout

Notes

  • Qukey GUI, Alt, Control, and Shift have been placed on the home row.
  • Thumb FN keys toggle function layer; palm FN keys shift to function layer.
  • Shifts are one-shot.

Usage

Set up your Arduino environment as described in the reference sketch.

Also, make sure your Model 01 is connected to your computer.

Option 1: From the command line

cd Model01-Firmware
make flash

When the builder tells you to hit Enter to continue, hold down Prog (upper-left corner of the keyboard) and tap Enter. Continue holding Prog until the keyboard reboots and begins flashing red LEDs.

Option 2: From the Arduino IDE

Open this sketch (i.e. Model01-Firmware.ino).

Click the Upload button or tap Ctrl-U.

Hold down Prog (upper-left corner of the keyboard) until the keyboard reboots and begins flashing red LEDs.

Packages

No packages published

Languages

  • C++ 87.9%
  • Makefile 11.8%
  • Shell 0.3%