Skip to content

Commit

Permalink
Add the new switches
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Dec 3, 2023
1 parent 7702a5d commit f0aea3c
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions p_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,39 @@
/*================================================================== */
static const switchlist_t alphSwitchList[] =
{
{"SW1BRN1", "SW2BRN1"},
{"SW1GARG", "SW2GARG"},
{"SW1GSTON", "SW2GSTON"},
{"SW1HOT", "SW2HOT"},
{"SW1STAR", "SW2STAR"},
{"SW1WOOD", "SW2WOOD"},
{"SW1BRN1", "SW2BRN1"},
{"SW1GARG", "SW2GARG"},
{"SW1GSTON", "SW2GSTON"},
{"SW1HOT", "SW2HOT"},
{"SW1STAR", "SW2STAR"},
{"SW1WOOD", "SW2WOOD"},
{"SW1BLUE", "SW2BLUE"},
{"SW1BRCOM", "SW2BRCOM"},
{"SW1BRIK", "SW2BRIK"},
{"SW1BRN2", "SW2BRN2"},
{"SW1BRNGN", "SW2BRNGN"},
{"SW1BROWN", "SW2BROWN"},
{"SW1CMT", "SW2CMT"},
{"SW1COMM", "SW2COMM"},
{"SW1COMP", "SW2COMP"},
{"SW1GORSK", "SW2GORSK"},
{"SW1GRAY", "SW2GRAY"},
{"SW1GRAY1", "SW2GRAY1"},
{"SW1MET2", "SW2MET2"},
{"SW1METAL", "SW2METAL"},
{"SW1MOD1", "SW2MOD1"},
{"SW1PANEL", "SW2PANEL"},
{"SW1PANWO", "SW2PANWO"},
{"SW1PIPE", "SW2PIPE"},
{"SW1PW1", "SW2PW1"},
{"SW1ROCK", "SW2ROCK"},
{"SW1SLAD", "SW2SLAD"},
{"SW1STON1", "SW2STON1"},
{"SW1STON6", "SW2STON6"},
{"SW1TEK", "SW2TEK"},
{"SW1WDMET", "SW2WDMET"},
{"SW1WUD", "SW2WUD"},
{"SW1ZIM", "SW2ZIM"}
};

VINT *switchlist/*[MAXSWITCHES * 2]*/ = NULL;
Expand Down

0 comments on commit f0aea3c

Please sign in to comment.