keyboards: follow qmk naming convention

This commit is contained in:
He4eT 2025-05-12 11:30:58 +02:00
commit 0a6ab657c2
19 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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:
```