Browse Source

- Fixed DK60 version in config.h

pull/1467/head
dbroqua 6 years ago
committed by Jack Humbert
parent
commit
4587bb8786
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/dk60/config.h

+ 1
- 1
keyboards/dk60/config.h View File

@ -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…
Cancel
Save