diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-26 01:20:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 16:20:19 +0100 |
commit | 50c2b151b203b776bacdf48deb7606f1d6c516fd (patch) | |
tree | 99db4f8b545d9bece871361bcc53c94b517c3fb6 /keyboards/blaster75/config.h | |
parent | d2161f113be1a63a4f913adacbdad96a2d23c31f (diff) |
Move keyboard USB IDs and strings to data driven: B (#17782)
Diffstat (limited to 'keyboards/blaster75/config.h')
-rw-r--r-- | keyboards/blaster75/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/blaster75/config.h b/keyboards/blaster75/config.h index 61a9a754fb..cad1d20ea8 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 |