diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 22:13:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 22:13:21 +0000 |
commit | 0a198b59a3f44bf099ef3f15ba3f808c6e0dba5c (patch) | |
tree | cc3e90a52b67fbb9260b25fc3cba3eaafce9799a /keyboards/synthlabs | |
parent | 237039cdcd896e7a99e58db92d193c5ff7a2dc33 (diff) | |
parent | a8744b163074457253da2c63affd3b4cceefe04a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/synthlabs')
-rw-r--r-- | keyboards/synthlabs/solo/config.h | 4 | ||||
-rw-r--r-- | keyboards/synthlabs/solo/info.json | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/synthlabs/solo/config.h b/keyboards/synthlabs/solo/config.h index 02fbd7abe0..affb70befc 100644 --- a/keyboards/synthlabs/solo/config.h +++ b/keyboards/synthlabs/solo/config.h @@ -5,10 +5,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define MANUFACTURER Synth Labs -#define PRODUCT Solo - #define ENCODERS 1 #define ENCODER_RESOLUTION 4 #define ENCODERS_PAD_A { B2 } diff --git a/keyboards/synthlabs/solo/info.json b/keyboards/synthlabs/solo/info.json index 18a144a8b3..14a51fda36 100644 --- a/keyboards/synthlabs/solo/info.json +++ b/keyboards/synthlabs/solo/info.json @@ -1,5 +1,6 @@ { - "keyboard_name": "Synth Labs Solo", + "keyboard_name": "Solo", + "manufacturer": "Synth Labs", "url": "http://solo.synthlabs.io", "maintainer": "hongaaronc", "bootloader": "atmel-dfu", |