]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/magicforce68/README.md
Copy CMD60 as starting point and rename files
[qmk_firmware.git] / keyboards / handwired / magicforce68 / README.md
1 CMD60 keyboard firmware
2 ======================
3
4 ##CMD60
5
6 This layout has been designed to optimize use of the left-hand, and it focussed specifically on programmers who work
7 with text editors like SublimeText and Atom. It utilizes the power of Space_fn, and features a caps lock swap for Fn2
8 and enter key on tap. These features allow you to keep your right hand on the mouse more and should enable you to
9 achieve a higher level of productivity if you take the time to learn its function layers.
10
11 ## Quantum MK Firmware
12
13 For the full Quantum feature list, see [the parent readme.md](/doc/readme.md).
14
15 ## Building
16
17 Download or clone the whole firmware and navigate to the keyboards/handwired/CMD60 folder.
18 Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use
19 the Teensy Loader to program your .hex file.
20
21 Depending on which keymap you would like to use, you will have to compile slightly differently.
22
23 ### Default
24
25 To build with the default keymap, simply run `make`.
26
27 ### Other Keymaps
28
29 To build the firmware binary hex file with a keymap just do `make` with `keymap` option like:
30
31 ```
32 $ make keymap=[default|jack|<name>]
33 ```
34
35 Keymaps follow the format **__keymap.c__** and are stored in folders in the `keymaps` folder, eg `keymaps/my_keymap/`