mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-02 20:11:35 +00:00
Refactor Deemen17 Works DE60 (#25088)
This commit is contained in:
parent
4d3726050e
commit
30c0036db1
@ -146,6 +146,9 @@
|
||||
"daisy": {
|
||||
"target": "ktec/daisy"
|
||||
},
|
||||
"deemen17/de60": {
|
||||
"target": "deemen17/de60/r1"
|
||||
},
|
||||
"dp3000": {
|
||||
"target": "dp3000/rev1"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"manufacturer": "Deemen17",
|
||||
"keyboard_name": "De60fs",
|
||||
"manufacturer": "Deemen17 Works",
|
||||
"keyboard_name": "DE60 R1",
|
||||
"maintainer": "Deemen17",
|
||||
"bootloader": "rp2040",
|
||||
"build": {
|
@ -1,6 +1,6 @@
|
||||
# De60fs
|
||||
# DE60 Round 1
|
||||
|
||||

|
||||

|
||||
|
||||
A GH60 form factor PCB for 60% keyboards. Uses a Left USB Type C connector or 5 JST SH positions for daughter board.
|
||||
|
||||
@ -10,11 +10,11 @@ A GH60 form factor PCB for 60% keyboards. Uses a Left USB Type C connector or 5
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make deemen17/de60fs:default
|
||||
make deemen17/de60/r1:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make deemen17/de60fs:default:flash
|
||||
make deemen17/de60/r1: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).
|
||||
|
17
keyboards/deemen17/de60/readme.md
Normal file
17
keyboards/deemen17/de60/readme.md
Normal file
@ -0,0 +1,17 @@
|
||||
# DE60
|
||||
|
||||
Deemen17 Works's 60% PCB Platform, which works as the base for our 60%-layout PCB designs.
|
||||
|
||||
* Keyboard Maintainer: [Deemen17](https://github.com/Deemen17)
|
||||
* Hardware Supported: DE60 PCBs
|
||||
* Hardware Availability: [Deemen17 Facebook Page](https://www.facebook.com/deemen17/), [Deemen17 Works Instagram](https://www.instagram.com/deemen17.works)
|
||||
|
||||
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).
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (ESC/Escape) and plug in the keyboard
|
||||
* **Physical reset button**: Double tap the button RESET on the back of the PCB
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
Loading…
Reference in New Issue
Block a user