Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.05 KB

Keyboards

Setup

git submodule update --init --recursive

To build on Ubuntu, these libraries are necessary:

  • gcc-avr
  • avr-libc
  • dfu-programmer
  • dfu-util (required for flashing)
  • make

And these may be necessary:

  • gcc-arm-none-eabi

(Successfully built on pocket chip)

Some useful sites/tutorials

tmk_firmware

Keyboard Layout Editor

Plate and Case Builder

KiCAD Keyboard PCB Design Guide

BrownFox Step by Step

How to Build Your Very Own Keyboard Firmware

Acknowledgements

tmk_keyboard

ChibiOS

ChibiOS-Contrib

njbair