diff options
Diffstat (limited to 'keyboards/blaster75')
-rw-r--r-- | keyboards/blaster75/config.h | 7 | ||||
-rw-r--r-- | keyboards/blaster75/info.json | 6 | ||||
-rw-r--r-- | keyboards/blaster75/readme.md | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/blaster75/config.h b/keyboards/blaster75/config.h index 61a9a754fb..7f17869ce5 100644 --- a/keyboards/blaster75/config.h +++ b/keyboards/blaster75/config.h @@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0xA122 -#define PRODUCT_ID 0xB075 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Altain -#define PRODUCT Blaster75 - /* Matrix Size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 15 @@ -33,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // 0 1 2 3 4 5 6 7 8 9 A B C D E #define MATRIX_ROW_PINS { F0, F1, F4, F5, F6, F7 } #define MATRIX_COL_PINS { B0, B4, B5, B6, B7, C6, C7, D0, D1, D2, D3, D4, D5, D6, D7 } -#define UNUSED_PINS /* Diode Direction */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/blaster75/info.json b/keyboards/blaster75/info.json index 13f4669d6c..332c5a5f12 100644 --- a/keyboards/blaster75/info.json +++ b/keyboards/blaster75/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Blaster 75", + "manufacturer": "Altain", "url": "", "maintainer": "Altain", + "usb": { + "vid": "0xA122", + "pid": "0xB075", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/blaster75/readme.md b/keyboards/blaster75/readme.md index 1a03ec5a9f..851db670ad 100644 --- a/keyboards/blaster75/readme.md +++ b/keyboards/blaster75/readme.md @@ -18,7 +18,7 @@ We strongly recommend this method. If the PCB is not soldered with switches at t to short the (0,0) position key ("ESC" in our PCB) while plugging the USB in. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **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 Make example for this keyboard (after setting up your build environment): |