aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-11-06 00:00:44 +0800
committerGitHub <noreply@github.com>2021-11-05 09:00:44 -0700
commita2d2c5bc694fa8627312d4f83d8e240133649c34 (patch)
tree4f2411d3536c0dfa23f652868625fca8a0641a0a
parent74b3f76bf52a567b89c520adb3ecd58addd65d83 (diff)
downloadqmk_firmware-a2d2c5bc694fa8627312d4f83d8e240133649c34.tar.gz
qmk_firmware-a2d2c5bc694fa8627312d4f83d8e240133649c34.zip
Add toolbox handedness instructions for Cradio (#15046)
Co-authored-by: filterpaper <filterpaper@localhost>
-rw-r--r--keyboards/cradio/readme.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/keyboards/cradio/readme.md b/keyboards/cradio/readme.md
index b8520a366..73d825aa5 100644
--- a/keyboards/cradio/readme.md
+++ b/keyboards/cradio/readme.md
@@ -8,21 +8,25 @@ Cradio are low-profile 34-key split-keyboards designed by [@davidphilipbarr](htt
8 8
9* Keyboard Maintainer: [davidphilipbarr](https://github.com/davidphilipbarr) 9* Keyboard Maintainer: [davidphilipbarr](https://github.com/davidphilipbarr)
10* Hardware Supported: 10* Hardware Supported:
11 * [Sweep](https://github.com/davidphilipbarr/Sweep) 11 * [Sweep](https://github.com/davidphilipbarr/Sweep) (all versions)
12 * [Hypergarlic](https://github.com/davidphilipbarr/hypergolic/tree/main/hypergarlic) 12 * [Hypergarlic](https://github.com/davidphilipbarr/hypergolic/tree/main/hypergarlic)
13 * Variants of the same 34-key direct pin PCB 13 * Variants of the same 34-key direct pin PCB
14* Hardware Availability: PCBs can be printed with gerber files from the repository 14* Hardware Availability: order PCBs with gerber files from the repository
15 15
16Make examples for this keyboard (after setting up your build environment): 16Make example for this keyboard (after setting up your build environment):
17 17
18 make cradio:default 18 make cradio:default
19 19
20Firmware uses `EE_HANDS` split handedness by default. Each halve should be flashed once with the following: 20See 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).
21
22## Setting Handedness
23
24Keyboard uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default. The make commands are:
21 25
22 make cradio:default:dfu-split-left 26 make cradio:default:dfu-split-left
23 make cradio:default:dfu-split-right 27 make cradio:default:dfu-split-right
24 28
25See 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). 29[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
26 30
27## Bootloader 31## Bootloader
28 32