wiimote.json 254 B

12345678910111213
  1. {
  2. "name": "Wiimote",
  3. "idmatcher": "Wiimote.*",
  4. "mapping":
  5. {
  6. "KEY_BUTTON_1": "up",
  7. "KEY_BUTTON_3": "right",
  8. "KEY_BUTTON_0": "down",
  9. "KEY_BUTTON_2": "left",
  10. "KEY_BUTTON_10": "enter",
  11. "KEY_BUTTON_9": "back"
  12. }
  13. }