Skip to content

Commit

Permalink
Add ClockworkPi DevTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
xordspar0 committed Oct 1, 2023
1 parent 37f4295 commit 7c884f4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions sdl2/ClockworkPi DevTerm.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
input_driver = "sdl2"

input_device = "ClockworkPI DevTerm"
input_device_display_name = "ClockworkPI DevTerm"
input_vendor_id = "7855"
input_product_id = "36"

input_a_btn = "1"
input_b_btn = "2"
input_x_btn = "0"
input_y_btn = "3"
input_select_btn = "8"
input_start_btn = "9"
input_l_y_minus_axis = "-1"
input_l_y_plus_axis = "+1"
input_l_x_minus_axis = "-0"
input_l_x_plus_axis = "+0"

input_a_btn_label = "A"
input_b_btn_label = "B"
input_x_btn_label = "X"
input_y_btn_label = "Y"
input_select_btn_label = "Select"
input_start_btn_label = "Start"
input_l_y_minus_axis_label = "Up"
input_l_y_plus_axis_label = "Down"
input_l_x_minus_axis_label = "Left"
input_l_x_plus_axis_label = "Right"

0 comments on commit 7c884f4

Please sign in to comment.