Skip to content

Commit

Permalink
Fixed VendorID and removed unnecessary strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santanu Paik committed Oct 31, 2023
1 parent 929a6e7 commit f4ce87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions keyboards/keychron/k2/rgb/v2/ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"maintainer": "ITNerd69",
"usb": {
"pid": "0xFE02",
"vid": "0x0001",
"vid": "0x3434",
"device_version": "1.0.0"
},
"matrix_pins": {
Expand All @@ -30,8 +30,6 @@
"caps_lock": "B9",
"on_state": 1
},
"width": 16,
"height": 6,
"layouts": {
"LAYOUT_ansi": {
"layout": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/k2/rgb/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
#define WEAR_LEVELING_SN32_EMULATION_PAGE_COUNT 29
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#define RGB_DISABLE_WHEN_USB_SUSPENDED
2 changes: 1 addition & 1 deletion keyboards/keychron/k2/rgb/v2/via_json/k2_ansi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Keychron K2v2 RGB ANSI",
"vendorId": "0x0001",
"vendorId": "0x3434",
"productId": "0xFE02",
"matrix": {"rows": 6, "cols": 16},
"keycodes": ["qmk_lighting"],
Expand Down

0 comments on commit f4ce87d

Please sign in to comment.