Fixup bastardkb/tbkmini keymap's build target (#25458)

This commit is contained in:
jack 2025-07-07 08:50:07 -06:00 committed by GitHub
parent d151b1bef5
commit 058919923a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"keyboard": "bastardkb/tbkmini", "keyboard": "bastardkb/tbkmini/promicro",
"keymap": "default", "keymap": "default",
"layout": "LAYOUT_split_3x6_3", "layout": "LAYOUT_split_3x6_3",
"layers": [ "layers": [

View File

@ -14,7 +14,7 @@ Flashing example for this keyboard:
make bastardkb/tbkmini/blackpill:default:flash make bastardkb/tbkmini/blackpill:default:flash
make bastardkb/tbkmini/promicro:default:flash make bastardkb/tbkmini/promicro:default:flash
Note if using the `promicro` version: If you are using an Elite-C compatible development board, see [here](../readme.md#handedness-in-on-elite-c-holder) for setting handedness by pin. Note if using the `promicro` version: If you are using an Elite-C compatible development board, see [here](../readme.md#handedness-pin-on-elite-c-holder) for setting handedness by pin.
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).