diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-09-07 01:04:48 -0700 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2019-09-07 18:04:48 +1000 |
| commit | fc5fb2fc1598bd07cafb97b35100237506592d9d (patch) | |
| tree | e677002ff8d3a018578a56b225b798861b0d3fc7 /keyboards/playkbtw/ca66/readme.md | |
| parent | ac8f8a89141fb6830c1e510d0325092e549e9840 (diff) | |
| download | qmk_firmware-fc5fb2fc1598bd07cafb97b35100237506592d9d.tar.gz qmk_firmware-fc5fb2fc1598bd07cafb97b35100237506592d9d.zip | |
CA66 R1/R2 Cleanup (#6678)
* fixup readme to adhere to QMK standards and to also have more information
* use pragma once
* strip out the custom bootmagic lite routine as it is the same as QMK's default bootmagic lite routine. Also add the caps lock led indicator
* turn on bootmagic lite
* update default keymap
* Update keyboards/playkbtw/ca66/ca66.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove lines 4 thru 37 and add bootloader
Diffstat (limited to 'keyboards/playkbtw/ca66/readme.md')
| -rw-r--r-- | keyboards/playkbtw/ca66/readme.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/playkbtw/ca66/readme.md b/keyboards/playkbtw/ca66/readme.md index c415efd5f..94bf0d537 100644 --- a/keyboards/playkbtw/ca66/readme.md +++ b/keyboards/playkbtw/ca66/readme.md | |||
| @@ -1,15 +1,16 @@ | |||
| 1 | CA66 | 1 | # CA66 |
| 2 | == | ||
| 3 | 2 | ||
| 4 | Custom 65% | 3 | Custom 65% |
| 5 | 4 | ||
| 5 | This QMK firmware handles both PCBs from Round 1 and from Round 2. | ||
| 6 | |||
| 6 | Keyboard Maintainer: QMK Community | 7 | Keyboard Maintainer: QMK Community |
| 7 | Hardware Supported: CA66 | 8 | Hardware Supported: CA66 R1/R2 |
| 8 | Hardware Availability: [Play Keyboard](http://play-keyboard.store/) | 9 | Hardware Availability: [Play Keyboard](http://play-keyboard.store/) |
| 9 | 10 | ||
| 10 | 11 | ||
| 11 | Make example for this keyboard (after setting up your build environment): | 12 | Make example for this keyboard (after setting up your build environment): |
| 12 | 13 | ||
| 13 | make playkbtw/ca66:default | 14 | make playkbtw/ca66:default |
| 14 | 15 | ||
| 15 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 16 | 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). |
