We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d786d commit bced817Copy full SHA for bced817
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/keymap/KeyMap.java
@@ -1,5 +1,10 @@
1
package org.firstinspires.ftc.teamcode.keymap;
2
3
+import static org.firstinspires.ftc.teamcode.hardwares.integration.gamepads.KeyButtonType.*;
4
+import static org.firstinspires.ftc.teamcode.hardwares.integration.gamepads.KeyMapSettingType.*;
5
+import static org.firstinspires.ftc.teamcode.hardwares.integration.gamepads.KeyRodType.*;
6
+import static org.firstinspires.ftc.teamcode.hardwares.integration.gamepads.KeyTag.*;
7
+
8
import androidx.annotation.NonNull;
9
10
import org.firstinspires.ftc.teamcode.Global;
0 commit comments