Skip to content

Commit

Permalink
Update inputs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 authored Oct 30, 2024
1 parent a92580c commit 408d1f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ const scs_input_device_input_t inputs[] = {
{"cruiectrlres", "ETS2LA Cruise Control Reset", SCS_VALUE_TYPE_bool},
{"light", "ETS2LA Lights", SCS_VALUE_TYPE_bool},
{"hblight", "ETS2LA High Beams", SCS_VALUE_TYPE_bool},
{"lblinker", "ETS2LA Left Blinker", SCS_VALUE_TYPE_bool},
{"rblinker", "ETS2LA Right Blinker", SCS_VALUE_TYPE_bool},
{"lblinker", "ETS2LA Left (toggle) Blinker", SCS_VALUE_TYPE_bool},
{"rblinker", "ETS2LA Right (toggle) Blinker", SCS_VALUE_TYPE_bool},
{"lblinkerh", "ETS2LA Left (hold) Blinker", SCS_VALUE_TYPE_bool},
{"rblinkerh", "ETS2LA Right (hold) Blinker", SCS_VALUE_TYPE_bool},
{"quickpark", "ETS2LA Quickpark", SCS_VALUE_TYPE_bool},
{"drive", "ETS2LA Drive", SCS_VALUE_TYPE_bool},
{"reverse", "ETS2LA Reverse", SCS_VALUE_TYPE_bool},
Expand Down

0 comments on commit 408d1f2

Please sign in to comment.