summaryrefslogtreecommitdiffstats
path: root/keyboards/kmac/readme.md
diff options
context:
space:
mode:
authorMathias Andersson <wraul@dbox.se>2017-06-04 22:13:17 +0200
committerMathias Andersson <wraul@dbox.se>2017-06-08 19:35:27 +0200
commit1b02b2006e61f55fa7a38b929e6d604d0f6504e8 (patch)
tree0379f7d46ae68f313b8c37a19a4f69f912475d46 /keyboards/kmac/readme.md
parent00d94166267f3ef9f514234ad877470b74b30601 (diff)
downloadqmk_firmware-1b02b2006e61f55fa7a38b929e6d604d0f6504e8.tar.gz
qmk_firmware-1b02b2006e61f55fa7a38b929e6d604d0f6504e8.tar.xz
Add support for KMAC
Diffstat (limited to 'keyboards/kmac/readme.md')
-rw-r--r--keyboards/kmac/readme.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/kmac/readme.md b/keyboards/kmac/readme.md
new file mode 100644
index 000000000..e7d97778f
--- /dev/null
+++ b/keyboards/kmac/readme.md
@@ -0,0 +1,45 @@
+KMAC keyboard firmware
+======================
+
+A Korean custom keyboard designed by Byungho Kim and the KBDMania community.
+
+## Supported models
+
+All the tenkeyless models should be supported.
+
+## Bootloader
+
+The PCB is hardwired to run the bootloader if the key at the `Caps Lock` position is held down when connecting the keyboard.
+
+It is also possible to use Boot Magic and Command to access the bootloader.
+
+## Quantum MK Firmware
+
+For the full Quantum feature list, see the [documentation](https://docs.qmk.fm).
+
+## Building
+
+The KMAC are available with two different PCB layouts, a winkey version and a winkeyless version. A default keymap are provided for each versions of the PCB.
+
+Depending on which PCB and keymap you would like to use, you will have to compile the firmware slightly differently. All of the commands should be run in the [keyboards/kmac](/keyboards/kmac) folder.
+
+### Winkey keymap
+
+The [default keymap](keymaps/default) are designed for the winkey version of the PCB.
+
+### Winkeyless Keymap
+
+A [keymap](keymaps/winkeyless) for the winkeyless version of the PCB are also provided.
+
+### Custom keymaps
+
+To define your own keymap, copy one of the [existing keymap](keymaps) folders and give it the name of your keymap. Then check the [keymap documentation](https://docs.qmk.fm/Keymap.html) for details on how to modify the keymap.
+
+To make it easy to define keymaps for the different versions of the PCB two macros are provided.
+
+| PCB | Macro |
+| -------------- | --------------------- |
+| Winkey PCB | `KEYMAP()` |
+| Winkeyless PCB | `KEYMAP_WINKEYLESS()` |
+
+To build the firmware with a custom keymap, run `make <keymap name>`