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
This commit is contained in:
parent
cc7600cf0e
commit
c5f1e9797a
124 changed files with 107 additions and 107 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
Take the board into reset mode, then
|
||||
```
|
||||
make xd75:bbaserdem:dfu
|
||||
make xiudi/xd75:bbaserdem:dfu
|
||||
```
|
||||
Either sudo it or set permissions in udev.
|
||||
|
|
|
@ -50,5 +50,5 @@ $ cd qmk_firmware
|
|||
|
||||
build
|
||||
```
|
||||
$ make xd75:buzzlighter1
|
||||
$ make xiudi/xd75:buzzlighter1
|
||||
```
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
* Build/Flash
|
||||
qmk setup
|
||||
qmk compile -kb xd75 -km clanghans
|
||||
qmk flash -kb xd75 -km clanghans
|
||||
qmk compile -kb xiudi/xd75 -km clanghans
|
||||
qmk flash -kb xiudi/xd75 -km clanghans
|
||||
|
||||
Hit 'Raise'+'PgUp' for entering bootloader mode
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -10,4 +10,4 @@ Keyboard maintainer: [Quentin Lebastard](https://github.com/lebastaq)
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make xd75:developper_bepo
|
||||
make xiudi/xd75:developper_bepo
|
||||
|
|
|
@ -16,5 +16,5 @@ La touche de fonction permet elle d'avoir accès aux différentes touches multim
|
|||
# Compilation
|
||||
|
||||
```
|
||||
make xd75:french:dfu
|
||||
make xiudi/xd75:french:dfu
|
||||
```
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# KOY Layout for the xd75 pcb board
|
||||
Compile the layout
|
||||
```bash
|
||||
qmk compile -kb xd75 -km scheiklp
|
||||
qmk compile -kb xiudi/xd75 -km scheiklp
|
||||
```
|
||||
and flash it to the board
|
||||
```bash
|
||||
qmk flash -kb xd75 -km scheiklp
|
||||
qmk flash -kb xiudi/xd75 -km scheiklp
|
||||
```
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Keyboard Layout Editor: [Link](http://www.keyboard-layout-editor.com/#/gists/b2b23097ef70fd9170e266e4cbc06c02)
|
||||
|
||||
Make Command: make xd75:tdl-jturner
|
||||
Make Command: make xiudi/xd75:tdl-jturner
|
||||
|
||||
Notes:
|
||||
* Based on Qwerty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue