mirror of
https://github.com/He4eT/cantor-mx-tastatura.git
synced 2026-05-04 17:37:24 +00:00
keyboards: follow qmk naming convention
This commit is contained in:
parent
358af5b2e2
commit
0a6ab657c2
19 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
# Usage example: make flash blackpill=f411-8mhz half=left
|
||||
# Usage example: make flash blackpill=f411_8mhz half=left
|
||||
|
||||
# Current half: 'left' or 'right'
|
||||
half ?= left
|
||||
|
|
@ -6,7 +6,7 @@ half ?= left
|
|||
blackpill ?= f401
|
||||
|
||||
qmk_dir := vial-qmk
|
||||
keyboard := custom-cantor-${blackpill}
|
||||
keyboard := custom_cantor_${blackpill}
|
||||
keymap := vial
|
||||
target := dfu-util-split-$(half)
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Configuration for the 8MHz version of Blackpill_f411 provided by the [Xecut hack
|
|||
3. Start the flashing process (Docker required):
|
||||
- For **8MHz Blackpill_f411** controllers:
|
||||
```
|
||||
make flash blackpill=f411-8mhz half=left
|
||||
make flash blackpill=f411_8mhz half=left
|
||||
```
|
||||
- Otherwise:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue