summaryrefslogtreecommitdiff
path: root/keyboards/axolstudio/foundation_gamma
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/axolstudio/foundation_gamma')
-rw-r--r--keyboards/axolstudio/foundation_gamma/config.h7
-rw-r--r--keyboards/axolstudio/foundation_gamma/info.json6
-rw-r--r--keyboards/axolstudio/foundation_gamma/readme.md2
3 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/axolstudio/foundation_gamma/config.h b/keyboards/axolstudio/foundation_gamma/config.h
index 6883e51d57..59b4339428 100644
--- a/keyboards/axolstudio/foundation_gamma/config.h
+++ b/keyboards/axolstudio/foundation_gamma/config.h
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x525C
-#define PRODUCT_ID 0xE3EB
-#define DEVICE_VER 0x0001
-#define MANUFACTURER Axolstudio
-#define PRODUCT Foundation Gamma
-
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 17
diff --git a/keyboards/axolstudio/foundation_gamma/info.json b/keyboards/axolstudio/foundation_gamma/info.json
index 8845e6ce77..e26e61f1e4 100644
--- a/keyboards/axolstudio/foundation_gamma/info.json
+++ b/keyboards/axolstudio/foundation_gamma/info.json
@@ -1,7 +1,13 @@
{
"keyboard_name": "Foundation Gamma",
+ "manufacturer": "Axolstudio",
"url": "https://axolstudio.ca/foundation-gamma",
"maintainer": "kb-elmo",
+ "usb": {
+ "vid": "0x525C",
+ "pid": "0xE3EB",
+ "device_version": "0.0.1"
+ },
"layout_aliases": {
"LAYOUT_ansi_tsangan": "LAYOUT_tkl_f13_ansi_tsangan",
"LAYOUT_all": "LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift"
diff --git a/keyboards/axolstudio/foundation_gamma/readme.md b/keyboards/axolstudio/foundation_gamma/readme.md
index 522ddd16c6..5736a0c1d3 100644
--- a/keyboards/axolstudio/foundation_gamma/readme.md
+++ b/keyboards/axolstudio/foundation_gamma/readme.md
@@ -22,4 +22,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
* **Bootmagic reset**: Hold down the top left key and plug in the keyboard
* **Physical reset button**: Briefly press the button labeled "SW1" on the back of the PCB
-* **Keycode in layout**: Press the key mapped to `RESET` if it is available
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available