Коды игровых манипуляторов


  Описание     Кнопки     Файлы устройств  

Vendor_1532_Product_0900.kl

  • Vendor: Razer USA, Ltd

  • Product: Razer Serval

  • Строк: 25

    1. key BUTTON_A 304 [0x0130]

    2. key BUTTON_MODE 0x13c [316]

    3. key BUTTON_START 0x13b [315]

    4. key BUTTON_SELECT 0x13a [314]

    5. key HOME 172 [0x00ac]

    6. key BACK 158 [0x009e]

    7. key BUTTON_THUMBR 318 [0x013e]

    8. key BUTTON_THUMBL 317 [0x013d]

    9. key BUTTON_B 305 [0x0131]

    10. key BUTTON_X 307 [0x0133]

    11. key BUTTON_Y 308 [0x0134]

    12. key BUTTON_L1 310 [0x0136]

    13. key BUTTON_R1 311 [0x0137]

    14. axis HAT_Y 0x11 [17]

    15. axis HAT_X 0x10 [16]

    16. axis LTRIGGER 0x0a [10]

    17. axis RTRIGGER 0x09 [9]

    18. axis RZ 0x05 [5]

    19. axis Z 0x02 [2]

    20. axis Y 0x01 [1]

    21. axis X 0x00 [0]

    22. other CONTROLLER_1 0x00 [0]

    23. other CONTROLLER_2 0x01 [1]

    24. other CONTROLLER_3 0x02 [2]

    25. other CONTROLLER_4 0x03 [3]



  • Содержимое файла Vendor_1532_Product_0900.kl

    # Copyright (C) 2014 The Android Open Source Project
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    # http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.

    # Razer Serval

    key 304 BUTTON_A
    key 305 BUTTON_B
    key 307 BUTTON_X
    key 308 BUTTON_Y
    key 310 BUTTON_L1
    key 311 BUTTON_R1
    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
    axis 0x05 RZ
    axis 0x09 RTRIGGER
    axis 0x0a LTRIGGER
    axis 0x10 HAT_X
    axis 0x11 HAT_Y

    led 0x00 CONTROLLER_1
    led 0x01 CONTROLLER_2
    led 0x02 CONTROLLER_3
    led 0x03 CONTROLLER_4