1
0
Fork 0

Update Choco60 firmware to support new PCB (#11218)

* Update vendor and product info

* Add rev2 for Choco60

* Add keymap for VIA

* Add readme.md for rev1 and rev2

* Use list instead of new line

* Remove DESCRIPTION

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update rev1/readme.md to specify rev1 directly.

Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove some definitions

Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove comments

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Naoto Takai 2020-12-30 09:05:48 +09:00 committed by GitHub
parent 0c4663a802
commit 8ee03f6a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 304 additions and 103 deletions

View file

@ -1,15 +1,17 @@
# choco60
![choco60](https://keys.recompile.net/images/choco60-main@600w.jpg)
# Choco60
A 60% split keyboard for programmers.
Keyboard Maintainer: [Naoto Takai](https://github.com/takai)
Hardware Supported: The Choco60 PCBs, Pro Micro supported
Hardware Availability: https://keys.recompile.net/projects/choco60/
1. [Rev.1](rev2/): Pro Micro supported.
2. [Rev.2](rev2/): Atmega32u2, USB-C supported.
* Keyboard Maintainer: [Naoto Takai](https://github.com/takai)
* Hardware Supported: Choco60 PCB Rev1, Rev.2
* Hardware Availability: https://keys.recompile.net/projects/choco60/
Make example for this keyboard (after setting up your build environment):
make choco60:default
make choco60/rev1:default
make choco60/rev2:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).