mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
parent
ebee591990
commit
40ece81de2
79 changed files with 1947 additions and 1370 deletions
|
@ -215,12 +215,18 @@ enum CurveType {
|
|||
#define NUM_ROTARY_ENCODERS 0
|
||||
#endif
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
#if defined(PCBX10)
|
||||
#define NUM_AUX_TRIMS 2
|
||||
#define NUM_MOUSE_ANALOGS 2
|
||||
#define NUM_DUMMY_ANAS 2
|
||||
#elif defined(PCBHORUS)
|
||||
#define NUM_AUX_TRIMS 2
|
||||
#define NUM_MOUSE_ANALOGS 2
|
||||
#define NUM_DUMMY_ANAS 0
|
||||
#else
|
||||
#define NUM_AUX_TRIMS 0
|
||||
#define NUM_MOUSE_ANALOGS 0
|
||||
#define NUM_DUMMY_ANAS 0
|
||||
#endif
|
||||
|
||||
#if defined(COLORLCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue