Skip to content

Commit 9694a68

Browse files
committed
go to 50% LEDs
1 parent e2ee4eb commit 9694a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/status/commands/XBoxButtonCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class XBoxButtonCommand extends CommandBase{
99
private Status status;
1010
private Color color;
1111
private int brightness = 200;
12-
private int percent = 75;
12+
private int percent = 50;
1313

1414
public XBoxButtonCommand(int button) {
1515
status = Status.getInstance();

0 commit comments

Comments
 (0)