mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
- Fixed DK60 version in config.h
This commit is contained in:
parent
60eb2e140d
commit
4587bb8786
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x6060
|
||||
#define DEVICE_VER 0x0003
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER DARKOU
|
||||
#define PRODUCT DK60
|
||||
#define DESCRIPTION QMK keyboard firmware for DK60 support
|
||||
|
|
Loading…
Reference in a new issue