Skip to content

Calebe94/appa-firmware

Repository files navigation

Appa keyboard firmware

The 4x12 ortholinear keyboard made using through hole components only.

Based on Atmega328p (Or Arduino PRO Mini) with VUSB on QMK firmware.

This is a plaid based keyboard.

  • appa-pcb: Appa’s keyboard printed circuit board;
  • appa-case: Appa’s keyboard case.

./res/appa.jpeg

Table of Contents

Setup

Init

Initialize the project

make init

Bootloader

Flash the “usbasploader” bootloader (from “plaid” project) to keyboard.

make bootloader

Production

Flash a custom firmware which combines the “usbasploader” (from “plaid” project) and the Appa firmware.

make production

Compile

Compile the Appa project using the QMK SDK.

make compile

Flash

Flash the Appa firmware to the keyboard.

make compile

Useful links

About

Appa's firmware based on QMK

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published