diff options
author | Moritz <moritz.plattner@gmx.net> | 2022-03-28 18:46:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 09:46:38 -0700 |
commit | 9b24abf251b7d80c1e0006bea9a056d23dc89899 (patch) | |
tree | 9caea933739695d1ee976c9f108b15929fd75d79 /keyboards | |
parent | 8c0198334c5a76b93530d6edd9b11ea99ea40018 (diff) | |
download | qmk_firmware-9b24abf251b7d80c1e0006bea9a056d23dc89899.tar.gz qmk_firmware-9b24abf251b7d80c1e0006bea9a056d23dc89899.zip |
[Keyboard] Change linworks Dolice product ID to non-duplicate value (#16745)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/linworks/dolice/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/linworks/dolice/config.h b/keyboards/linworks/dolice/config.h index b42fda933f..1523c72702 100644 --- a/keyboards/linworks/dolice/config.h +++ b/keyboards/linworks/dolice/config.h @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* USB Device descriptor parameter */ #define VENDOR_ID 0x4C58 //"LX" -#define PRODUCT_ID 0x0004 +#define PRODUCT_ID 0x0005 #define DEVICE_VER 0x0001 #define MANUFACTURER KLC #define PRODUCT Dolice |