summaryrefslogtreecommitdiffstats
path: root/keyboards/durgod/dgk6x/galaxy
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/durgod/dgk6x/galaxy')
-rw-r--r--keyboards/durgod/dgk6x/galaxy/config.h32
-rw-r--r--keyboards/durgod/dgk6x/galaxy/galaxy.h40
-rw-r--r--keyboards/durgod/dgk6x/galaxy/info.json106
-rw-r--r--keyboards/durgod/dgk6x/galaxy/keymaps/default/readme.md14
-rw-r--r--keyboards/durgod/dgk6x/galaxy/keymaps/via/readme.md14
-rw-r--r--keyboards/durgod/dgk6x/galaxy/keymaps/via/rules.mk1
-rw-r--r--keyboards/durgod/dgk6x/galaxy/readme.md26
-rw-r--r--keyboards/durgod/dgk6x/galaxy/rules.mk1
8 files changed, 0 insertions, 234 deletions
diff --git a/keyboards/durgod/dgk6x/galaxy/config.h b/keyboards/durgod/dgk6x/galaxy/config.h
deleted file mode 100644
index 7da032b967..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/config.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Copyright 2021 Don Kjer
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix rows */
-#define MATRIX_ROWS 6
-#define MATRIX_ROW_PINS { A0, A1, A2, A3, A4, A5 }
-
-/* key matrix columns */
-#define MATRIX_COLS 16
-#define MATRIX_COL_PINS { B0, B1, B2, B10, B11, B12, B13, B14, B15, C6, C7, C8, C9, C10, C11, C12 }
-
-#ifdef RGB_MATRIX_ENABLE
-#define DRIVER_1_LED_TOTAL 58
-#define DRIVER_2_LED_TOTAL 26
-#endif
diff --git a/keyboards/durgod/dgk6x/galaxy/galaxy.h b/keyboards/durgod/dgk6x/galaxy/galaxy.h
deleted file mode 100644
index 3ba96aaf7b..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/galaxy.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Copyright 2021 Don Kjer
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#pragma once
-
-#include "quantum.h"
-
-#define CAPS_LED 46
-
-#define XXX KC_NO
-
-// This a shortcut to help you visually see your layout.
-#define LAYOUT_75_ansi( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, \
- K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \
- K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, \
- K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3E, \
- K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, \
- K50, K51, K52, K56, K59, K5A, K5B, K5C, K5D, K5E \
-) { \
- { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \
- { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, XXX }, \
- { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, XXX }, \
- { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D, K3E, XXX }, \
- { K40, XXX, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E, XXX }, \
- { K50, K51, K52, XXX, XXX, XXX, K56, XXX, XXX, K59, K5A, K5B, K5C, K5D, K5E, XXX }, \
-}
-
diff --git a/keyboards/durgod/dgk6x/galaxy/info.json b/keyboards/durgod/dgk6x/galaxy/info.json
deleted file mode 100644
index 221d6613aa..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/info.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "keyboard_name": "Galaxy 84 HK gaming x DURGOD (QMK)",
- "manufacturer": "Hoksi Technology",
- "url": "https://www.amazon.com/Galaxy-75-Modular-Mechanical-Keyboard/dp/B08PDRD8MP",
- "maintainer": "dkjer",
- "usb": {
- "vid": "0xD60D",
- "pid": "0x6A1A",
- "device_version": "0.0.1"
- },
- "layouts": {
- "LAYOUT_75_ansi": {
- "layout": [
- { "label": "Esc", "x": 0, "y": 0 },
- { "label": "F1", "x": 1, "y": 0 },
- { "label": "F2", "x": 2, "y": 0 },
- { "label": "F3", "x": 3, "y": 0 },
- { "label": "F4", "x": 4, "y": 0 },
- { "label": "F5", "x": 5, "y": 0 },
- { "label": "F6", "x": 6, "y": 0 },
- { "label": "F7", "x": 7, "y": 0 },
- { "label": "F8", "x": 8, "y": 0 },
- { "label": "F9", "x": 9, "y": 0 },
- { "label": "F10", "x": 10, "y": 0 },
- { "label": "F11", "x": 11, "y": 0 },
- { "label": "F12", "x": 12, "y": 0 },
- { "label": "PrintScreen", "x": 13, "y": 0 },
- { "label": "ScrollLock", "x": 14, "y": 0 },
- { "label": "Delete", "x": 15, "y": 0 },
-
- { "label": "~", "x": 0, "y": 1 },
- { "label": "!", "x": 1, "y": 1 },
- { "label": "@", "x": 2, "y": 1 },
- { "label": "#", "x": 3, "y": 1 },
- { "label": "$", "x": 4, "y": 1 },
- { "label": "%", "x": 5, "y": 1 },
- { "label": "^", "x": 6, "y": 1 },
- { "label": "&", "x": 7, "y": 1 },
- { "label": "*", "x": 8, "y": 1 },
- { "label": "(", "x": 9, "y": 1 },
- { "label": ")", "x": 10, "y": 1 },
- { "label": "_", "x": 11, "y": 1 },
- { "label": "+", "x": 12, "y": 1 },
- { "label": "Backspace", "x": 13, "y": 1, "w": 2 },
- { "label": "Home", "x": 15, "y": 1 },
-
- { "label": "Tab", "x": 0, "y": 2, "w": 1.5 },
- { "label": "Q", "x": 1.5, "y": 2 },
- { "label": "W", "x": 2.5, "y": 2 },
- { "label": "E", "x": 3.5, "y": 2 },
- { "label": "R", "x": 4.5, "y": 2 },
- { "label": "T", "x": 5.5, "y": 2 },
- { "label": "Y", "x": 6.5, "y": 2 },
- { "label": "U", "x": 7.5, "y": 2 },
- { "label": "I", "x": 8.5, "y": 2 },
- { "label": "O", "x": 9.5, "y": 2 },
- { "label": "P", "x": 10.5, "y": 2 },
- { "label": "{", "x": 11.5, "y": 2 },
- { "label": "}", "x": 12.5, "y": 2 },
- { "label": "|", "x": 13.5, "y": 2, "w": 1.5 },
- { "label": "End", "x": 15, "y": 2 },
-
- { "label": "CapsLock", "x": 0, "y": 3, "w": 1.75 },
- { "label": "A", "x": 1.75, "y": 3 },
- { "label": "S", "x": 2.75, "y": 3 },
- { "label": "D", "x": 3.75, "y": 3 },
- { "label": "F", "x": 4.75, "y": 3 },
- { "label": "G", "x": 5.75, "y": 3 },
- { "label": "H", "x": 6.75, "y": 3 },
- { "label": "J", "x": 7.75, "y": 3 },
- { "label": "K", "x": 8.75, "y": 3 },
- { "label": "L", "x": 9.75, "y": 3 },
- { "label": ":", "x": 10.75, "y": 3 },
- { "label": "\"", "x": 11.75, "y": 3 },
- { "label": "Enter", "x": 12.75, "y": 3, "w": 2.25 },
- { "label": "PgUp", "x": 15, "y": 3 },
-
- { "label": "Shift", "x": 0, "y": 4, "w": 2.25 },
- { "label": "Z", "x": 2.25, "y": 4 },
- { "label": "X", "x": 3.25, "y": 4 },
- { "label": "C", "x": 4.25, "y": 4 },
- { "label": "V", "x": 5.25, "y": 4 },
- { "label": "B", "x": 6.25, "y": 4 },
- { "label": "N", "x": 7.25, "y": 4 },
- { "label": "M", "x": 8.25, "y": 4 },
- { "label": "<", "x": 9.25, "y": 4 },
- { "label": ">", "x": 10.25, "y": 4 },
- { "label": "?", "x": 11.25, "y": 4 },
- { "label": "Shift", "x": 12.25, "y": 4, "w": 1.75 },
- { "label": "Up", "x": 14, "y": 4 },
- { "label": "PgDn", "x": 15, "y": 4 },
-
- { "label": "Ctrl", "x": 0, "y": 5, "w": 1.25 },
- { "label": "Win", "x": 1.25, "y": 5, "w": 1.25 },
- { "label": "Alt", "x": 2.5, "y": 5, "w": 1.25 },
- { "x": 3.75, "y": 5, "w": 6.25 },
- { "label": "Alt", "x": 10, "y": 5 },
- { "label": "Fn1", "x": 11, "y": 5 },
- { "label": "Fn2", "x": 12, "y": 5 },
- { "label": "Left", "x": 13, "y": 5 },
- { "label": "Down", "x": 14, "y": 5 },
- { "label": "Right", "x": 15, "y": 5 }
- ]
- }
- }
-}
diff --git a/keyboards/durgod/dgk6x/galaxy/keymaps/default/readme.md b/keyboards/durgod/dgk6x/galaxy/keymaps/default/readme.md
deleted file mode 100644
index 72ba9da6eb..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/keymaps/default/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
-![Durgod Galaxy Layout Image](https://i.imgur.com/KrcXUSK.png)
-
-# The default keymap for Durgod Galaxy.
-
-Currently only supports ANSI
-
-This keymap is intended to closely follow the stock Durgod Galaxy layout. RGB Hue and Saturation can be changed Fn1 + Fn2 + arrow keys.
-
-## Windows key lock
-
-You can hold down Fn1 + Windows key to disable the Windows key while in locked mode.
-The 'Lock' LED indicates if the Windows key is locked.
-
-This is similar to the stock Galaxy Windows key lock functionality.
diff --git a/keyboards/durgod/dgk6x/galaxy/keymaps/via/readme.md b/keyboards/durgod/dgk6x/galaxy/keymaps/via/readme.md
deleted file mode 100644
index 1a9953a1d9..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/keymaps/via/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
-![Durgod Galaxy Layout Image](https://i.imgur.com/KrcXUSK.png)
-
-# The via keymap for Durgod Galaxy.
-
-Currently only supports ANSI
-
-This keymap is intended to closely follow the stock Durgod Galaxy layout. RGB Hue and Saturation can be changed Fn1 + Fn2 + arrow keys.
-
-## Windows key lock
-
-You can hold down Fn1 + Windows key to disable the Windows key while in locked mode.
-The 'Lock' LED indicates if the Windows key is locked.
-
-This is similar to the stock Galaxy Windows key lock functionality.
diff --git a/keyboards/durgod/dgk6x/galaxy/keymaps/via/rules.mk b/keyboards/durgod/dgk6x/galaxy/keymaps/via/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-VIA_ENABLE = yes
diff --git a/keyboards/durgod/dgk6x/galaxy/readme.md b/keyboards/durgod/dgk6x/galaxy/readme.md
deleted file mode 100644
index 9d1b3840cd..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/readme.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Galaxy
-
-This is a standard off-the-shelf Durgod Galaxy 75% ANSI layout keyboard with RGB matrix.
-
-* Keyboard Maintainer: [dkjer](https://github.com/dkjer)
-* Hardware Supported: Durgod Galaxy board with STM32F070RBT6
-* Hardware Availability: https://www.amazon.com/Galaxy-75-Modular-Mechanical-Keyboard/dp/B08PDRD8MP
-
-## Instructions
-
-### Build
-
-Make command example for this keyboard (after setting up your build environment):
-
- make durgod/galaxy:default
-
-Flashing example for this keyboard:
-
- make durgod/galaxy: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).
-
-### Initial Flash
-
-Instructions for Flashing from initial Stock Firmware:
-* [Initial Flashing](../readme.md#initial-flash)
diff --git a/keyboards/durgod/dgk6x/galaxy/rules.mk b/keyboards/durgod/dgk6x/galaxy/rules.mk
deleted file mode 100644
index 255352f11a..0000000000
--- a/keyboards/durgod/dgk6x/galaxy/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-LAYOUTS = 75_ansi