diff options
| author | 2023-12-28 11:22:44 +0000 | |
|---|---|---|
| committer | 2023-12-28 13:09:37 +0000 | |
| commit | bb0b1fec434e39e257d0eb5d2f82914f5c1871af (patch) | |
| tree | 4ed35cf2db198f9668969137a70966e91764ef32 | |
| parent | 3c95438ebb16b79fe8b542dceb8d423c1fdb2481 (diff) | |
Add Gravis GamePad Pro USB key layout
Bug: 309313071
Change-Id: I4fc6132adcb134576df1b846859c273a8bbd5d26
| -rw-r--r-- | data/keyboards/Vendor_0428_Product_4001.kl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/keyboards/Vendor_0428_Product_4001.kl b/data/keyboards/Vendor_0428_Product_4001.kl new file mode 100644 index 000000000000..7d1dd128033d --- /dev/null +++ b/data/keyboards/Vendor_0428_Product_4001.kl @@ -0,0 +1,27 @@ +# Gravis GamePad Pro USB + +# Yellow +key 0x131 BUTTON_A +# Green +key 0x132 BUTTON_B +# Red +key 0x130 BUTTON_X +# Blue +key 0x133 BUTTON_Y + +# Left Upper Shoulder "1" +key 0x134 BUTTON_L1 +# Right Upper Shoulder "1" +key 0x135 BUTTON_R1 +# Left Lower Shoulder "2" +key 0x136 BUTTON_L2 +# Right Lower Shoulder "2" +key 0x137 BUTTON_R2 + +# Select & Start +key 0x138 BUTTON_SELECT +key 0x139 BUTTON_START + +# D-Pad +axis 0x00 HAT_X +axis 0x01 HAT_Y |