summaryrefslogtreecommitdiffstats
path: root/keyboards/doro67/multi/readme.md
diff options
context:
space:
mode:
authorNicholas Shaff <nick@shadedream.com>2019-04-04 07:54:30 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-04 07:54:30 +0200
commit4f4fad83737546db6dd04af9e26320ef7d0610dd (patch)
tree392dd8c7b9a5a6dd571f3a401c724f3d562a8e33 /keyboards/doro67/multi/readme.md
parentb463415d84867b34f35de2277d419676a602ddb0 (diff)
downloadqmk_firmware-4f4fad83737546db6dd04af9e26320ef7d0610dd.tar.gz
qmk_firmware-4f4fad83737546db6dd04af9e26320ef7d0610dd.tar.xz
[Keyboard] Doro67 Multi PCB port (#5539)
* Initial portover of the doro68.json with corrected column pins. * Initial setup of LAYOUT_ansi and it's use in the default keymap. * Added F keys to default kemap on layer 1. * Added split space (and everything else) layout and a base keymap to be updated. * Renamed split_space to multi. * Changed product_id for doro. * Created a basic doro LAYOUT_iso and default keymap. * Copied over basic layout and keymap. * Added readme.md for doro67 multi. * Removed basic keyboad layout and keymap because it's a separate PCB. * Added backlight controls to the various keymaps. * Added explicit backlight pin define. * Increased number of backlight levels for flexibility. * Removed unnecessary line slashes and unified keymcaps. * Corrected ISO layout and switched position with multi. * Added keymap readme.md files. * Corrected ISO keymap. * Added Layouts to info.json for toolbox. * Re-added slashes as they were necessary here... * Corrected info.json/keymap discreptancies. * Updated copyright messages (and fixed small readme error). * Added missing line break spaces in readme.md Co-Authored-By: ShadeDream <nick@shadedream.com> * Keymap alignments on default_multi readme.md Co-Authored-By: ShadeDream <nick@shadedream.com> * Keymap alignments on default_multi readme.md Co-Authored-By: ShadeDream <nick@shadedream.com> * Keymap alignments on default_multi readme.md Co-Authored-By: ShadeDream <nick@shadedream.com> * Small alignment adjustment on the default keymap readme.md Co-Authored-By: ShadeDream <nick@shadedream.com>
Diffstat (limited to 'keyboards/doro67/multi/readme.md')
-rw-r--r--keyboards/doro67/multi/readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/doro67/multi/readme.md b/keyboards/doro67/multi/readme.md
new file mode 100644
index 000000000..ac1484cd7
--- /dev/null
+++ b/keyboards/doro67/multi/readme.md
@@ -0,0 +1,16 @@
+Doro67 Multi PCB
+===
+
+A custom 65% keyboard with multiple layout support.
+
+Do not flash RGB firmware for this board.
+
+Keyboard Maintainer: [ShadeDream](https://github.com/shadedream)
+Hardware Supported: Doro67 Multi PCB
+Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=97265.0)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make doro67/multi: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).