diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-11-18 05:37:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 08:37:23 +1100 |
commit | c5f1e9797ac905c24edc39d1bb12ed2e5537f00a (patch) | |
tree | b6a806f2a1b01544ae9365d61fb21ac2c244ad55 /keyboards/xiudi/xd75/keymaps/colinta/readme.md | |
parent | cc7600cf0e9c639a325dc1cad18717a218bc820f (diff) |
rename kprepublic bm keyboards to have a standardized naming format (#15047)
* change missed kprepublic readmes
* fix xiudi readmes
* initial change, see pr description
* change readmes
* changes names in readmes and device descriptors
Diffstat (limited to 'keyboards/xiudi/xd75/keymaps/colinta/readme.md')
-rw-r--r-- | keyboards/xiudi/xd75/keymaps/colinta/readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/xiudi/xd75/keymaps/colinta/readme.md b/keyboards/xiudi/xd75/keymaps/colinta/readme.md index e3f59d681f..e4e8049015 100644 --- a/keyboards/xiudi/xd75/keymaps/colinta/readme.md +++ b/keyboards/xiudi/xd75/keymaps/colinta/readme.md @@ -1,7 +1,7 @@ # colinta's keymap for XD75 ``` -make xd75:colinta:dfu +make xiudi/xd75:colinta:dfu ``` The default layout is a Colemak keyboard with "one-shot" keys assigned to the modifier keys. @@ -41,13 +41,13 @@ If you would *also* like to take advantage of this feature, you'll first want to # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~ -/keyboards/xd75/keymaps/colinta/secrets.h +/keyboards/xiudi/xd75/keymaps/colinta/secrets.h ``` Then you can create this file and add your macro strings to it: ``` -$EDITOR keyboards/xd75/keymaps/colinta/secrets.h +$EDITOR keyboards/xiudi/xd75/keymaps/colinta/secrets.h ``` ###### secrets.h @@ -60,5 +60,5 @@ $EDITOR keyboards/xd75/keymaps/colinta/secrets.h To include the feature at compile time, include the flag `IS_COLINTA` like so: ``` -make xd75:colinta:dfu EXTRAFLAGS=-DIS_COLINTA +make xiudi/xd75:colinta:dfu EXTRAFLAGS=-DIS_COLINTA ``` |