diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-11 06:23:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-11 06:23:15 +0000 |
commit | 3cdccc33510998d92eedeee2f981c4671cb3a346 (patch) | |
tree | 2084547470b914a77f4539a8414e2589abeefa07 /keyboards/id80/config.h | |
parent | f668ef5896c6bb5feea2440bb75ea3282d0a3f52 (diff) | |
parent | 29fcd5418a1b6aad0052c97551ed99220ab9a40a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/id80/config.h')
-rw-r--r-- | keyboards/id80/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/id80/config.h b/keyboards/id80/config.h index e4f72421ed..fb11ab2cbe 100644 --- a/keyboards/id80/config.h +++ b/keyboards/id80/config.h @@ -19,14 +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 0x6964 /* "id" */ -#define PRODUCT_ID 0x0080 -#define DEVICE_VER 0x0001 -#define MANUFACTURER IDOBAO -#define PRODUCT ID80 -#define DESCRIPTION A 75% hotswap keyboard - /* key matrix size */ #define MATRIX_ROWS 9 #define MATRIX_COLS 11 |