diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-06 08:52:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-06 08:52:48 +0000 |
commit | dd0ac80ee4662278f94452600363e5d74811b66c (patch) | |
tree | d53291091344718dd9f73282ed0bd0fd81f10f82 /keyboards/ymdk/np21/config.h | |
parent | ed9bdcbc3608819e17ff7a11221e651bf51ec1cc (diff) | |
parent | fb19e140481ecc360737420850d2d84c67a3d047 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ymdk/np21/config.h')
-rw-r--r-- | keyboards/ymdk/np21/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/ymdk/np21/config.h b/keyboards/ymdk/np21/config.h index 762ac2b4bf..619ec1ce60 100644 --- a/keyboards/ymdk/np21/config.h +++ b/keyboards/ymdk/np21/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 0x594D // "YM" -#define PRODUCT_ID 0x5021 // "P" 21 -#define DEVICE_VER 0x0200 -#define MANUFACTURER YMDK -#define PRODUCT NP21 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 6 |