Skip to content

Commit fe4b652

Browse files
Archeological dig and clean up (#827)
1 parent 3335379 commit fe4b652

File tree

6 files changed

+0
-30
lines changed

6 files changed

+0
-30
lines changed

config/crossguard_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ const unsigned int maxLedsPerStrip = 144;
3131
// This defines how sensitive the clash detection is.
3232
#define CLASH_THRESHOLD_G 1.0
3333

34-
// Define this if your power button is a touch button.
35-
// #define POWER_TOUCHBUTTON_SENSITIVITY 1700
36-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
38-
3934
// If your electonics inverts the bladePin for some reason, define this.
4035
// #define INVERT_WS2811
4136

config/graflex_v1_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ const unsigned int maxLedsPerStrip = 144;
3232
// This defines how sensitive the clash detection is.
3333
#define CLASH_THRESHOLD_G 1.0
3434

35-
// Define this if your power button is a touch button.
36-
#define POWER_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
38-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
39-
4035
// For V1 electronics, there is an external pullup resistor to measure
4136
// battery voltage. This specifies how many Ohms it is.
4237
#define BATTERY_PULLUP_OHMS 23000

config/owk_v2_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ const unsigned int maxLedsPerStrip = 144;
3232
// This defines how sensitive the clash detection is.
3333
#define CLASH_THRESHOLD_G 1.5
3434

35-
// Define this if your power button is a touch button.
36-
// #define POWER_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
38-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
39-
4035
// If your electonics inverts the bladePin for some reason, define this.
4136
// #define INVERT_WS2811
4237

config/proffieboard_v1_graflex.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ const unsigned int maxLedsPerStrip = 144;
3232
// This defines how sensitive the clash detection is.
3333
#define CLASH_THRESHOLD_G 2.0
3434

35-
// Define this if your power button is a touch button.
36-
#define POWER_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
38-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
39-
4035
#define BLADE_ID_CLASS EnablePowerBladeID<PowerPINS<bladePowerPin1, bladePowerPin2, bladePowerPin3>, BridgedPullupBladeID<bladeIdentifyPin, blade2Pin>>
4136

4237
// Feature defines, these let you turn off large blocks of code

config/test_bench_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ const unsigned int maxLedsPerStrip = 144;
3131
// This defines how sensitive the clash detection is.
3232
#define CLASH_THRESHOLD_G 1.0
3333

34-
// Define this if your power button is a touch button.
35-
// #define POWER_TOUCHBUTTON_SENSITIVITY 1700
36-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
38-
3934
// If your electonics inverts the bladePin for some reason, define this.
4035
// #define INVERT_WS2811
4136

config/toy_saber_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ const unsigned int maxLedsPerStrip = 144;
3131
// This defines how sensitive the clash detection is.
3232
#define CLASH_THRESHOLD_G 1.0
3333

34-
// Define this if your power button is a touch button.
35-
// #define POWER_TOUCHBUTTON_SENSITIVITY 1700
36-
// #define AUX_TOUCHBUTTON_SENSITIVITY 1700
37-
// #define AUX2_TOUCHBUTTON_SENSITIVITY 1700
38-
3934
// If your electonics inverts the bladePin for some reason, define this.
4035
// #define INVERT_WS2811
4136

0 commit comments

Comments
 (0)