diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-06 18:52:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 18:52:13 +1000 |
commit | fb19e140481ecc360737420850d2d84c67a3d047 (patch) | |
tree | 85a46a472375c62bca0e25aaf7c309add2da9706 /keyboards/yoichiro/lunakey_macro/config.h | |
parent | 0e3cc6af12ad0337574280f783ee118a79c6ea55 (diff) |
Move keyboard USB IDs and strings to data driven: Y (#17926)
Diffstat (limited to 'keyboards/yoichiro/lunakey_macro/config.h')
-rw-r--r-- | keyboards/yoichiro/lunakey_macro/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/yoichiro/lunakey_macro/config.h b/keyboards/yoichiro/lunakey_macro/config.h index 1b9449b822..f493155182 100644 --- a/keyboards/yoichiro/lunakey_macro/config.h +++ b/keyboards/yoichiro/lunakey_macro/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 0x5954 // "YT" - Yoichiro Tanaka -#define PRODUCT_ID 0x0002 -#define DEVICE_VER 0x0001 -#define MANUFACTURER yoichiro -#define PRODUCT Lunakey Macro - /* key matrix size */ #define MATRIX_ROWS 3 #define MATRIX_COLS 4 |