Skip to content

Commit

Permalink
yd67ble: fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdigi committed Aug 5, 2024
1 parent 8c7f718 commit 6f36874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions keyboards/ydkb/yd67ble/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

/* USB Device descriptor parameter */
#define FW_VER_DATE DO6M
#define CONTACT(x,y) x##y //https://blog.csdn.net/aiynmimi/article/details/123486956
#define CONTACT2(x,y) CONTACT(x,y)
#define FW_VER CONTACT2(VIAL_, FW_VER_DATE)
#define VENDOR_ID 0x9D5B
#define PRODUCT_ID 0x2167
#define DEVICE_VER 0x0011
Expand Down
2 changes: 0 additions & 2 deletions keyboards/ydkb/yd67ble/keymaps/vial/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#pragma once
#undef PRODUCT
#define PRODUCT YD67BLE (FW_VER_VIAL)
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
#define FLASH_KEYMAP_COUNT 2
#define VIAL_KEYBOARD_UID {0x2E, 0xE6, 0x0E, 0x23, 0x34, 0xEF, 0x99, 0x37}

0 comments on commit 6f36874

Please sign in to comment.