1
0
Fork 0

[Keyboard] ez_maker/directpins for easy one-offs in qmk_configurator (#13321)

* new keyboard: handwired/directpins

* fix promicro keyboard_name

* add teensy2 and teensy2++ support

* align with handwired/onekey

* tweak pids

* add teensy 3.2 and teensy lc to directpins

* move directpins from handwired to ez_maker

* add docs for easy maker
This commit is contained in:
Zach White 2021-08-14 08:42:59 -07:00 committed by GitHub
parent 110a320321
commit 60a36863bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1141 additions and 0 deletions

View file

@ -36,6 +36,7 @@
* Guides
* [Customizing Functionality](custom_quantum_functions.md)
* [Driver Installation with Zadig](driver_installation_zadig.md)
* [Easy Maker for One Offs](easy_maker.md)
* [Keymap Overview](keymap.md)
* Development Environments
* [Docker Guide](getting_started_docker.md)