diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-22 19:04:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 19:04:01 +1000 |
commit | 68ad251667e97e946bc03744ec336148b984c06b (patch) | |
tree | db13892cd7e74408d90b7df980a020755394aea8 /keyboards/fungo | |
parent | b0eda7701a372e820264c6a78afa1f8c410845f7 (diff) | |
download | qmk_firmware-68ad251667e97e946bc03744ec336148b984c06b.tar.gz qmk_firmware-68ad251667e97e946bc03744ec336148b984c06b.zip |
Remove USB IDs and strings from `fungo/rev1` (#18133)
Diffstat (limited to 'keyboards/fungo')
-rw-r--r-- | keyboards/fungo/rev1/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/fungo/rev1/config.h b/keyboards/fungo/rev1/config.h index 68e793dedc..5026099f7d 100644 --- a/keyboards/fungo/rev1/config.h +++ b/keyboards/fungo/rev1/config.h @@ -20,16 +20,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x5892 -#define PRODUCT_ID 0x1233 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Fungo -#define PRODUCT FungoSplit - - - - /* Use I2C or Serial, not both */ #define USE_SERIAL #define SOFT_SERIAL_PIN D3 // RX8 |