Skip to content

Commit c57902d

Browse files
ebastlerfauxpark
andauthored
[Keyboard] Add support for ISO version of Durgod Hades (qmk#20110)
Co-authored-by: Ryan <[email protected]>
1 parent 41add95 commit c57902d

File tree

25 files changed

+443
-6
lines changed

25 files changed

+443
-6
lines changed

data/mappings/keyboard_aliases.hjson

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@
149149
"durgod/k320": {
150150
"target": "durgod/k3x0/k320"
151151
},
152+
"durgod/hades": {
153+
"target": "durgod/dgk6x/hades_ansi"
154+
},
155+
"durgod/hades_ansi": {
156+
"target": "durgod/dgk6x/hades_ansi"
157+
},
158+
"durgod/hades_iso": {
159+
"target": "durgod/dgk6x/hades_iso"
160+
},
152161
"dztech/dz60rgb": {
153162
"target": "dztech/dz60rgb/v1"
154163
},

keyboards/durgod/dgk6x/hades/readme.md renamed to keyboards/durgod/dgk6x/hades_ansi/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This is a standard off-the-shelf Durgod Hades 65% ANSI layout keyboard with RGB
1212

1313
Make command example for this keyboard (after setting up your build environment):
1414

15-
make durgod/hades:default
15+
make durgod/dgk6x/hades_ansi:default
1616

1717
Flashing example for this keyboard:
1818

19-
make durgod/hades:default:flash
19+
make durgod/dgk6x/hades_ansi:default:flash
2020

2121
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).
2222

0 commit comments

Comments
 (0)