]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/kmac/readme.md
Keyboard: Initial i75 port (#4553)
[qmk_firmware.git] / keyboards / kmac / readme.md
index fccf902cab0e33076c5620eb0e3cee4e031afeab..ec36c0a5c9bfeccfd85d96ef928d5b8c16b92f86 100644 (file)
@@ -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>`