summaryrefslogtreecommitdiff
path: root/keyboard/planck
diff options
context:
space:
mode:
authorReed Swiernik <reed.swiernik@gmail.com>2015-04-24 18:36:57 -0400
committerReed Swiernik <rswiernik@csh.rit.edu>2015-04-25 12:18:21 -0400
commitd0391d9ed7d74e0a6cbf82db1700e7eaa456d386 (patch)
treeb483949a14b74d3909b80f035e1c52e1406deb6f /keyboard/planck
parent835207193a8d5c366d783c8953d4aeaee5ee094a (diff)
Update README.md
This stupid readme...
Diffstat (limited to 'keyboard/planck')
-rw-r--r--keyboard/planck/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/README.md b/keyboard/planck/README.md
index 84d5000bb4..0e573652e4 100644
--- a/keyboard/planck/README.md
+++ b/keyboard/planck/README.md
@@ -36,7 +36,7 @@ Extended keymaps need to be specified as follows:
```
$ make KEYMAP=[common|jack|<name>]
```
-Applicable keymaps should follow the format **__extended\_keymap\_name.c__**
+Applicable keymaps should follow the format **__extended\_keymap\_<name>.c__**
####**Common Keymaps**
@@ -44,7 +44,7 @@ Common keymaps need to be specified as follows:
```
$ make KEYMAP=[common|jack|<name>] COMMON=true
```
-Applicable keymaps should follow the format **__keymap\_name.c__**
+Applicable keymaps should follow the format **__keymap\_<name>.c__**
## Keymap
Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create file named `keymap_<name>.c` and see keymap document (you can find in top README.md) and existent keymap files.