aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-09-23 20:50:08 -0700
committerDrashna Jaelre <drashna@live.com>2018-09-23 20:50:08 -0700
commit9012f4c2e005253574f2af2887c2317d51c70405 (patch)
tree88f17c44cc90da29e92c153f3e5bdb34f69273e6
parent07d317ab8877f935768e8798c1560242e3687847 (diff)
downloadqmk_firmware-9012f4c2e005253574f2af2887c2317d51c70405.tar.gz
qmk_firmware-9012f4c2e005253574f2af2887c2317d51c70405.zip
Keyboard: Crkbd: Configurator support and readme formatting (#3971)
-rw-r--r--keyboards/crkbd/info.json62
-rw-r--r--keyboards/crkbd/readme.md3
2 files changed, 64 insertions, 1 deletions
diff --git a/keyboards/crkbd/info.json b/keyboards/crkbd/info.json
new file mode 100644
index 000000000..d74bb4943
--- /dev/null
+++ b/keyboards/crkbd/info.json
@@ -0,0 +1,62 @@
1{
2 "keyboard_name": "crkbd (helidox) rev. 1",
3 "url": "",
4 "maintainer": "qmk",
5 "width": 15,
6 "height": 4.5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"Esc", "x":0, "y":0.3},
11 {"label":"Q", "x":1, "y":0.3},
12 {"label":"W", "x":2, "y":0.1},
13 {"label":"E", "x":3, "y":0},
14 {"label":"R", "x":4, "y":0.1},
15 {"label":"T", "x":5, "y":0.2},
16
17 {"label":"Y", "x":9, "y":0.2},
18 {"label":"U", "x":10, "y":0.1},
19 {"label":"I", "x":11, "y":0},
20 {"label":"O", "x":12, "y":0.1},
21 {"label":"P", "x":13, "y":0.3},
22 {"label":"Back Space", "x":14, "y":0.3},
23
24 {"label":"Ctrl / Tab", "x":0, "y":1.3},
25 {"label":"A", "x":1, "y":1.3},
26 {"label":"S", "x":2, "y":1.1},
27 {"label":"D", "x":3, "y":1},
28 {"label":"F", "x":4, "y":1.1},
29 {"label":"G", "x":5, "y":1.2},
30
31 {"label":"H", "x":9, "y":1.2},
32 {"label":"J", "x":10, "y":1.1},
33 {"label":"K", "x":11, "y":1},
34 {"label":"L", "x":12, "y":1.1},
35 {"label":";", "x":13, "y":1.3},
36 {"label":"'", "x":14, "y":1.3},
37
38 {"label":"Shift", "x":0, "y":2.3},
39 {"label":"Z", "x":1, "y":2.3},
40 {"label":"X", "x":2, "y":2.1},
41 {"label":"C", "x":3, "y":2},
42 {"label":"V", "x":4, "y":2.1},
43 {"label":"B", "x":5, "y":2.2},
44
45 {"label":"N", "x":9, "y":2.2},
46 {"label":"M", "x":10, "y":2.1},
47 {"label":",", "x":11, "y":2},
48 {"label":".", "x":12, "y":2.1},
49 {"label":"/", "x":13, "y":2.3},
50 {"label":"Shift", "x":14, "y":2.3},
51
52 {"label":"GUI / KC_HANJ", "x":4, "y":3.7},
53 {"label":"Lower", "x":5, "y":3.7},
54 {"label":"Space", "x":6, "y":3.2, "h":1.5},
55
56 {"label":"Enter", "x":8, "y":3.2, "h":1.5},
57 {"label":"Raise", "x":9, "y":3.7},
58 {"label":"Alt / KC_HAEN", "x":10, "y":3.7}
59 ]
60 }
61 }
62}
diff --git a/keyboards/crkbd/readme.md b/keyboards/crkbd/readme.md
index 2f9f047a4..591fdfe0d 100644
--- a/keyboards/crkbd/readme.md
+++ b/keyboards/crkbd/readme.md
@@ -10,8 +10,9 @@ A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
10Keyboard Maintainer: [foostan](https://github.com/foostan/) [@foostan](https://twitter.com/foostan) 10Keyboard Maintainer: [foostan](https://github.com/foostan/) [@foostan](https://twitter.com/foostan)
11Hardware Supported: Crkbd PCB, Pro Micro 11Hardware Supported: Crkbd PCB, Pro Micro
12Hardware Availability: [PCB & Case Data](https://github.com/foostan/crkbd) 12Hardware Availability: [PCB & Case Data](https://github.com/foostan/crkbd)
13
13Make example for this keyboard (after setting up your build environment): 14Make example for this keyboard (after setting up your build environment):
14 15
15 make crkbd:default 16 make crkbd:default
16 17
17See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. 18See 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).