summaryrefslogtreecommitdiff
path: root/keyboards/cradio
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-11-10 21:33:51 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2021-11-10 21:33:51 +0100
commit0213ead08d88a064fc38ddf6c995edfb673d0424 (patch)
tree9b5da4987c41713a84a0082048f7ff661a4ff6ea /keyboards/cradio
parent2e18d50631ce745626c6823b701fbda9f2f07d1b (diff)
parent1989eb17ec391d4f9e8c1c1ea3fc746f96d43942 (diff)
downloadqmk_firmware-0213ead08d88a064fc38ddf6c995edfb673d0424.tar.gz
qmk_firmware-0213ead08d88a064fc38ddf6c995edfb673d0424.zip
Merge branch 'master' into taamas
Diffstat (limited to 'keyboards/cradio')
-rw-r--r--keyboards/cradio/info.json20
-rw-r--r--keyboards/cradio/readme.md15
2 files changed, 20 insertions, 15 deletions
diff --git a/keyboards/cradio/info.json b/keyboards/cradio/info.json
index 77b611f325..7a46c69113 100644
--- a/keyboards/cradio/info.json
+++ b/keyboards/cradio/info.json
@@ -5,7 +5,7 @@
"layouts": {
"LAYOUT": {
"layout": [
- {"x": 0, "y": 0.93},
+ {"x": 0, "y": 0.95},
{"x": 1, "y": 0.31},
{"x": 2, "y": 0},
{"x": 3, "y": 0.28},
@@ -15,9 +15,9 @@
{"x": 8, "y": 0.28},
{"x": 9, "y": 0},
{"x": 10, "y": 0.31},
- {"x": 11, "y": 0.93},
+ {"x": 11, "y": 0.95},
- {"x": 0, "y": 1.93},
+ {"x": 0, "y": 1.95},
{"x": 1, "y": 1.31},
{"x": 2, "y": 1},
{"x": 3, "y": 1.28},
@@ -27,9 +27,9 @@
{"x": 8, "y": 1.28},
{"x": 9, "y": 1},
{"x": 10, "y": 1.31},
- {"x": 11, "y": 1.93},
+ {"x": 11, "y": 1.95},
- {"x": 0, "y": 2.93},
+ {"x": 0, "y": 2.95},
{"x": 1, "y": 2.31},
{"x": 2, "y": 2},
{"x": 3, "y": 2.28},
@@ -39,13 +39,13 @@
{"x": 8, "y": 2.28},
{"x": 9, "y": 2},
{"x": 10, "y": 2.31},
- {"x": 11, "y": 2.93},
+ {"x": 11, "y": 2.95},
- {"x": 3.5, "y": 3.75},
- {"x": 4.5, "y": 4},
+ {"x": 4, "y": 3.6},
+ {"x": 5, "y": 3.4},
- {"x": 6.5, "y": 4},
- {"x": 7.5, "y": 3.75}
+ {"x": 6, "y": 3.4},
+ {"x": 7, "y": 3.6}
]
}
}
diff --git a/keyboards/cradio/readme.md b/keyboards/cradio/readme.md
index b8520a366b..99cd20fb9c 100644
--- a/keyboards/cradio/readme.md
+++ b/keyboards/cradio/readme.md
@@ -8,21 +8,26 @@ Cradio are low-profile 34-key split-keyboards designed by [@davidphilipbarr](htt
* Keyboard Maintainer: [davidphilipbarr](https://github.com/davidphilipbarr)
* Hardware Supported:
- * [Sweep](https://github.com/davidphilipbarr/Sweep)
+ * [Sweep](https://github.com/davidphilipbarr/Sweep) (all versions)
* [Hypergarlic](https://github.com/davidphilipbarr/hypergolic/tree/main/hypergarlic)
+ * [Paroxysm](https://github.com/davidphilipbarr/hypergolic/tree/main/paroxysm)
* Variants of the same 34-key direct pin PCB
-* Hardware Availability: PCBs can be printed with gerber files from the repository
+* Hardware Availability: order PCBs with gerber files from the repository
-Make examples for this keyboard (after setting up your build environment):
+Make example for this keyboard (after setting up your build environment):
make cradio:default
-Firmware uses `EE_HANDS` split handedness by default. Each halve should be flashed once with the following:
+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).
+
+## Setting Handedness
+
+Keyboard uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default. The make commands are:
make cradio:default:dfu-split-left
make cradio:default:dfu-split-right
-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).
+[QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
## Bootloader