diff options
author | hadi <h.m.iskandarani@gmail.com> | 2021-10-15 23:06:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 23:06:43 -0700 |
commit | 79a34d8ec3073e49bae6d49fa15867b08299b652 (patch) | |
tree | cf3168dfa873bd13d27e6322d2aed3a817f7247b /keyboards/senselessclay/ck65/readme.md | |
parent | 6b299fab6e6a3143c061b9ea005253361fcd524b (diff) |
[Keyboard] Adding CK60 and CK65 (#14737)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/senselessclay/ck65/readme.md')
-rw-r--r-- | keyboards/senselessclay/ck65/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/senselessclay/ck65/readme.md b/keyboards/senselessclay/ck65/readme.md new file mode 100644 index 0000000000..653266a59f --- /dev/null +++ b/keyboards/senselessclay/ck65/readme.md @@ -0,0 +1,19 @@ +# ck65 + +A 65% keyboard implementation based around the ATMEGA32u4 with per-key RGB. + +* Keyboard Maintainer: [hadi](https://github.com/senselessclay) +* Hardware Supported: CK65 PCB +* Hardware Availability: https://candykeys.com/ + +Make example for this keyboard (after setting up your build environment): + + make senselessclay/ck65:default + +Flashing example for this keyboard: + + make senselessclay/ck65:default:flash + +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). + +If you'd like to reset the board into bootloader mode for flashing using [QMK Toolbox](https://github.com/qmk/qmk_toolbox), simply press the reset button directly above the controller assembly on the bottom side of the PCB.
\ No newline at end of file |