Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/epomakercontroller/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"VENDOR_ID": 12625,
"PRODUCT_IDS_WIRED": [
16400,
16405
16405,
20482
],
"PRODUCT_IDS_24G": [
16401,
Expand All @@ -12,4 +13,4 @@
"DEVICE_DESCRIPTION_REGEX": "ROYUAN .* System Control",
"CONF_LAYOUT_PATH": "EpomakerRT100-UK-ISO.json",
"CONF_KEYMAP_PATH": "EpomakerRT100.json"
}
}
5 changes: 3 additions & 2 deletions tests/data/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"VENDOR_ID": 12625,
"PRODUCT_IDS_WIRED": [
16400,
16405
16405,
20482
],
"PRODUCT_IDS_24G": [
16401,
Expand All @@ -12,4 +13,4 @@
"DEVICE_DESCRIPTION_REGEX": "ROYUAN .* System Control",
"CONF_LAYOUT_PATH": "EpomakerRT100-UK-ISO.json",
"CONF_KEYMAP_PATH": "EpomakerRT100.json"
}
}
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_default_main_config():

DEFAULT_MAIN_CONFIG = {
"VENDOR_ID": 0x3151,
"PRODUCT_IDS_WIRED": [0x4010, 0x4015],
"PRODUCT_IDS_WIRED": [0x4010, 0x4015, 0x5002],
"PRODUCT_IDS_24G": [0x4011, 0x4016],
"USE_WIRELESS": False,
"DEVICE_DESCRIPTION_REGEX": "ROYUAN .* System Control",
Expand Down
Loading