Remove "the click" comments
This commit is contained in:
parent
0eba65f96b
commit
42dcc3bf50
|
@ -86,7 +86,7 @@
|
||||||
#undef BTN_ENC
|
#undef BTN_ENC
|
||||||
#define BTN_EN1 16
|
#define BTN_EN1 16
|
||||||
#define BTN_EN2 17
|
#define BTN_EN2 17
|
||||||
#define BTN_ENC 23 //the click
|
#define BTN_ENC 23
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
|
@ -87,11 +87,11 @@
|
||||||
|
|
||||||
#define BTN_EN1 14
|
#define BTN_EN1 14
|
||||||
#define BTN_EN2 39
|
#define BTN_EN2 39
|
||||||
#define BTN_ENC 15 //the click
|
|
||||||
|
|
||||||
#define BLEN_C 2
|
#define BLEN_C 2
|
||||||
#define BLEN_B 1
|
#define BLEN_B 1
|
||||||
#define BLEN_A 0
|
#define BLEN_A 0
|
||||||
|
#define BTN_ENC 15
|
||||||
|
|
||||||
#endif // RA_CONTROL_PANEL
|
#endif // RA_CONTROL_PANEL
|
||||||
|
|
||||||
|
|
|
@ -86,5 +86,5 @@
|
||||||
//buttons are directly attached
|
//buttons are directly attached
|
||||||
#define BTN_EN1 11
|
#define BTN_EN1 11
|
||||||
#define BTN_EN2 10
|
#define BTN_EN2 10
|
||||||
#define BTN_ENC 12 //the click
|
#define BTN_ENC 12
|
||||||
|
|
||||||
|
|
|
@ -113,11 +113,11 @@
|
||||||
//#define LCD_SCREEN_ROT_90
|
//#define LCD_SCREEN_ROT_90
|
||||||
//#define LCD_SCREEN_ROT_180
|
//#define LCD_SCREEN_ROT_180
|
||||||
//#define LCD_SCREEN_ROT_270
|
//#define LCD_SCREEN_ROT_270
|
||||||
//The encoder and click button
|
|
||||||
#define BTN_EN1 48
|
#define BTN_EN1 48
|
||||||
#define BTN_EN2 11
|
#define BTN_EN2 11
|
||||||
#define BTN_ENC 10 //the click switch
|
#define BTN_ENC 10
|
||||||
//not connected to a pin
|
|
||||||
#define SD_DETECT_PIN 49
|
#define SD_DETECT_PIN 49
|
||||||
#endif //Minipanel
|
#endif // MINIPANEL
|
||||||
|
|
||||||
|
|
|
@ -101,9 +101,9 @@
|
||||||
// Buttons are directly attached using keypad
|
// Buttons are directly attached using keypad
|
||||||
#define BTN_EN1 61
|
#define BTN_EN1 61
|
||||||
#define BTN_EN2 59
|
#define BTN_EN2 59
|
||||||
#define BTN_ENC 43 //the click
|
|
||||||
|
|
||||||
#define BLEN_C 2
|
#define BLEN_C 2
|
||||||
#define BLEN_B 1
|
#define BLEN_B 1
|
||||||
#define BLEN_A 0
|
#define BLEN_A 0
|
||||||
|
|
||||||
|
#define BTN_ENC 43
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
//The encoder and click button (FastIO Pins)
|
//The encoder and click button (FastIO Pins)
|
||||||
#define BTN_EN1 26
|
#define BTN_EN1 26
|
||||||
#define BTN_EN2 27
|
#define BTN_EN2 27
|
||||||
#define BTN_ENC 47 //the click switch
|
#define BTN_ENC 47
|
||||||
|
|
||||||
#define SDSS 45
|
#define SDSS 45
|
||||||
#define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)
|
#define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
//The encoder and click button (FastIO Pins)
|
//The encoder and click button (FastIO Pins)
|
||||||
#define BTN_EN1 26
|
#define BTN_EN1 26
|
||||||
#define BTN_EN2 27
|
#define BTN_EN2 27
|
||||||
#define BTN_ENC 47 //the click switch
|
#define BTN_ENC 47
|
||||||
|
|
||||||
#define SDSS 45
|
#define SDSS 45
|
||||||
#define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)
|
#define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)
|
||||||
|
|
|
@ -127,11 +127,11 @@
|
||||||
//buttons are directly attached using AUX-2
|
//buttons are directly attached using AUX-2
|
||||||
#define BTN_EN1 76
|
#define BTN_EN1 76
|
||||||
#define BTN_EN2 77
|
#define BTN_EN2 77
|
||||||
#define BTN_ENC 78 //the click
|
|
||||||
|
|
||||||
#define BLEN_C 2
|
#define BLEN_C 2
|
||||||
#define BLEN_B 1
|
#define BLEN_B 1
|
||||||
#define BLEN_A 0
|
#define BLEN_A 0
|
||||||
|
#define BTN_ENC 78
|
||||||
|
|
||||||
#define SD_DETECT_PIN 81 // Ramps doesn't use this
|
#define SD_DETECT_PIN 81 // Ramps doesn't use this
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
//The encoder and click button
|
//The encoder and click button
|
||||||
#define BTN_EN1 85
|
#define BTN_EN1 85
|
||||||
#define BTN_EN2 84
|
#define BTN_EN2 84
|
||||||
#define BTN_ENC 83 //the click switch
|
#define BTN_ENC 83
|
||||||
|
|
||||||
#define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
|
#define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
|
||||||
|
|
||||||
|
|
|
@ -256,7 +256,7 @@
|
||||||
//The encoder and click button
|
//The encoder and click button
|
||||||
#define BTN_EN1 40
|
#define BTN_EN1 40
|
||||||
#define BTN_EN2 63
|
#define BTN_EN2 63
|
||||||
#define BTN_ENC 59 //the click switch
|
#define BTN_ENC 59
|
||||||
//not connected to a pin
|
//not connected to a pin
|
||||||
#define SD_DETECT_PIN 49
|
#define SD_DETECT_PIN 49
|
||||||
|
|
||||||
|
|
|
@ -89,10 +89,10 @@
|
||||||
//buttons are directly attached
|
//buttons are directly attached
|
||||||
#define BTN_EN1 40
|
#define BTN_EN1 40
|
||||||
#define BTN_EN2 41
|
#define BTN_EN2 41
|
||||||
#define BTN_ENC 19 //the click
|
|
||||||
|
|
||||||
#define BLEN_C 2
|
#define BLEN_C 2
|
||||||
#define BLEN_B 1
|
#define BLEN_B 1
|
||||||
#define BLEN_A 0
|
#define BLEN_A 0
|
||||||
|
#define BTN_ENC 19
|
||||||
|
|
||||||
#define SD_DETECT_PIN 39
|
#define SD_DETECT_PIN 39
|
||||||
|
|
Loading…
Reference in a new issue