Skip to content

Commit

Permalink
Changes from today
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolearthsky committed Jan 26, 2025
1 parent 336bd56 commit 9a44b07
Show file tree
Hide file tree
Showing 34 changed files with 914 additions and 90 deletions.
2 changes: 1 addition & 1 deletion comp/WPILib-License.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2024 FIRST and other WPILib contributors
Copyright (c) 2009-2025 FIRST and other WPILib contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion comp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}

def ROBOT_MAIN_CLASS = "org.team100.frc2024.Main"
def ROBOT_MAIN_CLASS = "org.team100.frc2025.Main"

// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployUtils.
Expand Down
15 changes: 11 additions & 4 deletions comp/simgui-ds.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"Keyboard 0 Settings": {
"window": {
"visible": true
}
},
"keyboardJoysticks": [
{
"axisConfig": [
Expand All @@ -18,12 +23,15 @@
}
],
"axisCount": 3,
"buttonCount": 4,
"buttonCount": 7,
"buttonKeys": [
90,
88,
67,
86
86,
-1,
-1,
76
],
"povConfig": [
{
Expand All @@ -42,8 +50,7 @@
{
"axisConfig": [
{
"decKey": 74,
"incKey": 76
"decKey": 74
},
{
"decKey": 73,
Expand Down
Loading

0 comments on commit 9a44b07

Please sign in to comment.