diff options
author | Siarhei Vishniakou <svv@google.com> | 2019-09-30 20:26:00 +0100 |
---|---|---|
committer | Siarhei Vishniakou <svv@google.com> | 2019-11-04 23:29:15 -0600 |
commit | a3492cae1e0f528e481bcbf39e91c56a0ebc3052 (patch) | |
tree | 6ab144dbe2f22115d6a1d6218ef94dd3e735ee88 /data/keyboards | |
parent | 4a63f18270696e1e84c41412379955e54147333b (diff) |
Fix layout for Razer Serval
Ensure all of the keys are mapped.
Test: atest RazerServalTest
Bug: 136263708
Change-Id: I550d5e4e46cbc8549f0bcf075ad5ac39870c3487
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Vendor_1532_Product_0900.kl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/keyboards/Vendor_1532_Product_0900.kl b/data/keyboards/Vendor_1532_Product_0900.kl index c2fc1b4f9365..4c6c4dda02b0 100644 --- a/data/keyboards/Vendor_1532_Product_0900.kl +++ b/data/keyboards/Vendor_1532_Product_0900.kl @@ -20,13 +20,19 @@ key 307 BUTTON_X key 308 BUTTON_Y key 310 BUTTON_L1 key 311 BUTTON_R1 -key 316 BUTTON_MODE key 317 BUTTON_THUMBL key 318 BUTTON_THUMBR key 158 BACK key 172 HOME +# Left arrow to the left of the "power" key +key 0x13a BUTTON_SELECT +# Right arrow to the right of the "power" key +key 0x13b BUTTON_START +# Power key +key 0x13c BUTTON_MODE + axis 0x00 X axis 0x01 Y axis 0x02 Z |