diff options
author | Moritz Plattner <moritz.plattner@gmx.net> | 2023-04-12 17:36:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 08:36:28 -0700 |
commit | c57902d4431105ba0744e6dc8b9d9ca9aaf3f23b (patch) | |
tree | 64c209d289227c97f5d289273658019bcf7ccfbe /data | |
parent | 41add95eb6ece1ad8ce57de42d8e92031427274f (diff) |
[Keyboard] Add support for ISO version of Durgod Hades (#20110)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/mappings/keyboard_aliases.hjson | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index e26f38010a..f005bb34c3 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson @@ -149,6 +149,15 @@ "durgod/k320": { "target": "durgod/k3x0/k320" }, + "durgod/hades": { + "target": "durgod/dgk6x/hades_ansi" + }, + "durgod/hades_ansi": { + "target": "durgod/dgk6x/hades_ansi" + }, + "durgod/hades_iso": { + "target": "durgod/dgk6x/hades_iso" + }, "dztech/dz60rgb": { "target": "dztech/dz60rgb/v1" }, |