mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
[Keyboard] Rename dnworks/9973 to dnworks/tkl87 (#23692)
This commit is contained in:
parent
ac8759fe74
commit
2623a258f1
|
@ -1528,5 +1528,8 @@
|
||||||
},
|
},
|
||||||
"kprepublic/jj50": {
|
"kprepublic/jj50": {
|
||||||
"target": "kprepublic/jj50/rev1"
|
"target": "kprepublic/jj50/rev1"
|
||||||
|
},
|
||||||
|
"dnworks/9973": {
|
||||||
|
"target": "dnworks/tkl87"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"keyboard_name": "DN 997.3",
|
"keyboard_name": "DN TKL F12",
|
||||||
"maintainer": "itsme-zeix",
|
"maintainer": "itsme-zeix",
|
||||||
"manufacturer": "dnworks",
|
"manufacturer": "dnworks",
|
||||||
"processor": "RP2040",
|
"processor": "RP2040",
|
|
@ -1,20 +1,20 @@
|
||||||
# 997.3 TKL
|
# dnworks TKL (F12)
|
||||||
|
|
||||||
![997.3 TKL](https://i.imgur.com/iPPLKg1h.jpeg)
|
![997.3 TKL](https://i.imgur.com/iPPLKg1h.jpeg)
|
||||||
|
|
||||||
PCB that supports the 997.3 TKL designed by dnworks, including its variants.
|
PCB that supports the F12 TKLs designed by dnworks.
|
||||||
|
|
||||||
* Keyboard Maintainer: [Zeix](https://github.com/itsme-zeix)
|
* Keyboard Maintainer: [Zeix](https://github.com/itsme-zeix)
|
||||||
* Hardware Supported: 997.3 Solder PCB rev1
|
* Hardware Supported: 997.3 Solder PCB rev1, 765LT Solder PCB rev1 and Best Friend Solder PCB Rev1.
|
||||||
* Hardware Availability: dnworks.co
|
* Hardware Availability: https://dnworks.co/products
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make dnworks/997pt3:default
|
make dnworks/tkl87:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make dnworks/997pt3:default:flash
|
make dnworks/tkl87:default:flash
|
||||||
|
|
||||||
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).
|
||||||
|
|
||||||
|
@ -22,6 +22,6 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
|
||||||
|
|
||||||
Enter the bootloader in 3 ways:
|
Enter the bootloader in 3 ways:
|
||||||
|
|
||||||
* **Bootmagic reset**: Hold down the top left key and plug in the keyboard
|
* **Bootmagic reset**: Hold down escape and plug in the keyboard
|
||||||
* **Physical reset button**: Briefly press the `RESET` button twice or short the `USB_BOOT` and `GND` pads and plug in the keyboard
|
* **Physical reset button**: Short the 'USB_BOOT' button and plug in keyboard or press the 'RESET' button twice with the keyboard plugged in.
|
||||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
Loading…
Reference in a new issue