summaryrefslogtreecommitdiff
path: root/keyboards/ck60i/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-11 07:41:01 +0000
committerQMK Bot <hello@qmk.fm>2021-01-11 07:41:01 +0000
commitcf95a07ae8da6f8f93296efc8e1f2958e18bad04 (patch)
tree16176e78e4407164591df3aeb4793eae694f63cc /keyboards/ck60i/readme.md
parent01a923f2171dd6d0e349cec8d5fb82df9ec110f5 (diff)
parente71f7a1c9f09ed7c813ee4757e161b79ed1b73ff (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ck60i/readme.md')
-rw-r--r--keyboards/ck60i/readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ck60i/readme.md b/keyboards/ck60i/readme.md
new file mode 100644
index 0000000000..2214c973a8
--- /dev/null
+++ b/keyboards/ck60i/readme.md
@@ -0,0 +1,25 @@
+# CandyKeys CK60i QMK firmware
+
+## Introduction
+
+This is the QMK firmware repository for the CK60i PCB. This is a universal 60% tray mount PCB sold by CandyKeys and designed by Gondolindrim.
+
+## Layouts
+
+The CK60i supports:
+
+- ISO layout;
+- Tsangan bottom row;
+- Split right shift, split backspace
+
+## Availability
+
+The CK60i is available for purchase through [Candy Keys' store](http://candykeys.com).
+
+## How to compile
+
+After setting up your build environment, you can compile the CK60i default keymap by using:
+
+ make ck60i: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).