summaryrefslogtreecommitdiffstats
path: root/keyboards/doro67/regular/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-13 17:59:38 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-13 17:59:38 +0100
commit9a05c5d7876c81ac0f074366fa1790de31fd44e0 (patch)
tree90da47d0c7f0ec8bb596a06151e536d1a37b508b /keyboards/doro67/regular/readme.md
parent6b4549da8ceed736c85195f3bd16ded40131a29c (diff)
downloadqmk_firmware-9a05c5d7876c81ac0f074366fa1790de31fd44e0.tar.gz
qmk_firmware-9a05c5d7876c81ac0f074366fa1790de31fd44e0.tar.xz
[Keyboard] New Keyboard: Doro67 Regular PCB (#5115)
* initial commit with edits to vanilla code * Add QMK Configurator support * add an appropriately generated keymap * pins, matrices, and features added in * moved it all to a regular directory. It's called regular as that's what it's called in the group buy. In the future we will have other directories for the other PCBs that are delivered to customers. * forgot caps lock led support * Update keyboards/doro67/regular/keymaps/default/config.h Use the NAME Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/doro67/regular/readme.md Be more explicit Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
Diffstat (limited to 'keyboards/doro67/regular/readme.md')
-rw-r--r--keyboards/doro67/regular/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/doro67/regular/readme.md b/keyboards/doro67/regular/readme.md
new file mode 100644
index 000000000..71d27ceb5
--- /dev/null
+++ b/keyboards/doro67/regular/readme.md
@@ -0,0 +1,15 @@
+# Regular PCB for the Doro67
+
+Regular PCB for the Doro67 having ONLY one layout. This is not the PCB with RGB support.
+
+Do not flash RGB firmware for this board.
+
+Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
+Hardware Supported: Doro67 Regular 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/regular: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).