summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-03-07 18:19:29 +0100
committerDanny Nguyen <danny@80pct.com>2017-03-07 18:20:52 +0100
commit2cd2ac02d1c215167a1d82d675dc7cab1d5d90be (patch)
treeab0253c2e203071d27d094fd1d0aa91e4de7cfe8 /keyboards/handwired
parentf3aef727e174279e69d8d5831d859d00802eb8c4 (diff)
downloadqmk_firmware-2cd2ac02d1c215167a1d82d675dc7cab1d5d90be.tar.gz
qmk_firmware-2cd2ac02d1c215167a1d82d675dc7cab1d5d90be.tar.xz
Add readme file
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/magicforce68/README.md39
-rw-r--r--keyboards/handwired/magicforce68/wiring-layout.pngbin0 -> 73739 bytes
2 files changed, 12 insertions, 27 deletions
diff --git a/keyboards/handwired/magicforce68/README.md b/keyboards/handwired/magicforce68/README.md
index 83e371543..4f0ccecf9 100644
--- a/keyboards/handwired/magicforce68/README.md
+++ b/keyboards/handwired/magicforce68/README.md
@@ -1,35 +1,20 @@
-CMD60 keyboard firmware
-======================
+Magicforce 68 Handwired
+=======================
-##CMD60
+This firmware is for a Magicforce 68 that's had its PCB removed and is handwired with an Arduino Micro. NOTE: The Arduino Micro is different than the Arduino *Pro* Micro.
-This layout has been designed to optimize use of the left-hand, and it focussed specifically on programmers who work
-with text editors like SublimeText and Atom. It utilizes the power of Space_fn, and features a caps lock swap for Fn2
-and enter key on tap. These features allow you to keep your right hand on the mouse more and should enable you to
-achieve a higher level of productivity if you take the time to learn its function layers.
+## Wiring Layout
-## Quantum MK Firmware
+![Wiring Layout](wiring-layout.png)
-For the full Quantum feature list, see [the parent readme.md](/doc/readme.md).
+## Pinout
-## Building
+The following pins are used:
+- Columns 1-15: B2, B0, D3, D2, D1, D0, D4, C6, D7, E6, B4, B5, B6, B7, D6
+- Rows 1-5: F0, F1, F4, F5, F6
-Download or clone the whole firmware and navigate to the keyboards/handwired/CMD60 folder.
-Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use
-the Teensy Loader to program your .hex file.
+## Compiling and loading the firmware
-Depending on which keymap you would like to use, you will have to compile slightly differently.
+To build the firmware, run `make`.
-### Default
-
-To build with the default keymap, simply run `make`.
-
-### Other Keymaps
-
-To build the firmware binary hex file with a keymap just do `make` with `keymap` option like:
-
-```
-$ make keymap=[default|jack|<name>]
-```
-
-Keymaps follow the format **__keymap.c__** and are stored in folders in the `keymaps` folder, eg `keymaps/my_keymap/`
+To flash the firemware onto the microcontroller, run `make avrdude`, and press the reset button.
diff --git a/keyboards/handwired/magicforce68/wiring-layout.png b/keyboards/handwired/magicforce68/wiring-layout.png
new file mode 100644
index 000000000..816b10b2b
--- /dev/null
+++ b/keyboards/handwired/magicforce68/wiring-layout.png
Binary files differ