summaryrefslogtreecommitdiffstats
path: root/keyboards/kmac/readme.md
diff options
context:
space:
mode:
authorEric <22215921+ericywl@users.noreply.github.com>2018-04-30 17:22:35 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-30 17:22:35 +0200
commitaade625054643a8b76d58b980fe09087db0fcebd (patch)
treed76e5cbf10e3bae62effaf6a19853b2717cff7da /keyboards/kmac/readme.md
parent187d76476ec8bbf066b367956dc3d4f9fdba69a9 (diff)
downloadqmk_firmware-aade625054643a8b76d58b980fe09087db0fcebd.tar.gz
qmk_firmware-aade625054643a8b76d58b980fe09087db0fcebd.tar.xz
QMK Configurator Support for KMAC (#2852)
* Added KMAC Config * Removed .vscode
Diffstat (limited to 'keyboards/kmac/readme.md')
-rw-r--r--keyboards/kmac/readme.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/kmac/readme.md b/keyboards/kmac/readme.md
index fccf902ca..ec36c0a5c 100644
--- a/keyboards/kmac/readme.md
+++ b/keyboards/kmac/readme.md
@@ -1,5 +1,4 @@
-KMAC keyboard firmware
-======================
+# KMAC keyboard firmware
A Korean custom keyboard designed by Byungho Kim and the KBDMania community.
@@ -37,9 +36,9 @@ To define your own keymap, copy one of the [existing keymap](keymaps) folders an
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()` |
+| PCB | Macro |
+| -------------- | -------------- |
+| Winkey PCB | `LAYOUT()` |
+| Winkeyless PCB | `LAYOUT_WKL()` |
To build the firmware with a custom keymap, run `make <keymap name>`