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.
Initialize the project
make initFlash the “usbasploader” bootloader (from “plaid” project) to keyboard.
make bootloaderFlash a custom firmware which combines the “usbasploader” (from “plaid” project) and the Appa firmware.
make productionCompile the Appa project using the QMK SDK.
make compileFlash the Appa firmware to the keyboard.
make compile- GitHub · qmk_firmware/flashing.md at master · qmk/qmk_firmware;
- rflog Bootloaders & QMK;
- How to burn the Plaid keyboard bootloader using Arduino Nano | Algorist;
- QMK Firmware - Docs;
- GitHub - arturgoms/keyboards: A 75 keys keyboard layout, optimized for Portuguese, English, working with numbers and software programming with VIM plugins;
- QMK Firmware - Keycodes Overview.
