diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-29 22:49:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 13:49:01 +0100 |
commit | 394cf7c41e24f966d38b9c8cc9bbc2faca905e2a (patch) | |
tree | 82f78f653b957ca74e8e83622d6630f4302c4b5f /keyboards/jones/v03_1/config.h | |
parent | bcb8600a31843304ab51e67dfc7c9ad555739714 (diff) |
Move keyboard USB IDs and strings to data driven: J (#17837)
Diffstat (limited to 'keyboards/jones/v03_1/config.h')
-rw-r--r-- | keyboards/jones/v03_1/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index 33dd0994a5..e73bb22850 100644 --- a/keyboards/jones/v03_1/config.h +++ b/keyboards/jones/v03_1/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 0xB9DD -#define PRODUCT_ID 0x175A -#define DEVICE_VER 0x0031 -#define MANUFACTURER jpskenn -#define PRODUCT Jones - /* key matrix size */ // Same size for Jones' custom Round-Robin matrix. #define MATRIX_ROWS 11 |