diff options
author | 2019-08-23 10:02:17 +0000 | |
---|---|---|
committer | 2019-08-23 10:02:17 +0000 | |
commit | 87700db4ef58327f11b9bb4bcc69a0a05ec6bca9 (patch) | |
tree | 8e0eb27831639d3a4f2da54cd33b73f2783a8bb7 | |
parent | 612c2c731d483dc89245e58a87f34a5cbbb2530a (diff) | |
parent | f829b5df5ed8f80ef41fe54cc4deb70fd8ff914e (diff) |
Merge "Update Xbox BT controller mapping to support upcoming controller firmware update"
-rw-r--r-- | data/keyboards/Vendor_045e_Product_02fd.kl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/keyboards/Vendor_045e_Product_02fd.kl b/data/keyboards/Vendor_045e_Product_02fd.kl index 512f7e134978..1b03497ae3d1 100644 --- a/data/keyboards/Vendor_045e_Product_02fd.kl +++ b/data/keyboards/Vendor_045e_Product_02fd.kl @@ -53,5 +53,10 @@ key 158 BUTTON_SELECT # Hamburger - 3 parallel lines key 315 BUTTON_START -# Xbox key +# There are at least two versions of firmware out for this controller. +# They send different linux keys for the "Xbox" button. +# Xbox key (original firmware) key 172 BUTTON_MODE + +# Xbox key (newer firmware) +key 316 BUTTON_MODE |