From 9f8adee48c4ff9deb9a3097a2aa0b601aad0f9cb Mon Sep 17 00:00:00 2001 From: CoryNessCTR Date: Fri, 8 Dec 2023 14:42:58 -0500 Subject: [PATCH] Remove jsons that shouldn't exist --- java/CANcoder/networktables.json | 1 - java/CANcoder/simgui-ds.json | 98 -------------------------------- java/CANcoder/simgui.json | 15 ----- 3 files changed, 114 deletions(-) delete mode 100644 java/CANcoder/networktables.json delete mode 100644 java/CANcoder/simgui-ds.json delete mode 100644 java/CANcoder/simgui.json diff --git a/java/CANcoder/networktables.json b/java/CANcoder/networktables.json deleted file mode 100644 index fe51488c..00000000 --- a/java/CANcoder/networktables.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/java/CANcoder/simgui-ds.json b/java/CANcoder/simgui-ds.json deleted file mode 100644 index c4b7efd3..00000000 --- a/java/CANcoder/simgui-ds.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "keyboardJoysticks": [ - { - "axisConfig": [ - { - "decKey": 65, - "incKey": 68 - }, - { - "decKey": 87, - "incKey": 83 - }, - { - "decKey": 69, - "decayRate": 0.0, - "incKey": 82, - "keyRate": 0.009999999776482582 - } - ], - "axisCount": 3, - "buttonCount": 4, - "buttonKeys": [ - 90, - 88, - 67, - 86 - ], - "povConfig": [ - { - "key0": 328, - "key135": 323, - "key180": 322, - "key225": 321, - "key270": 324, - "key315": 327, - "key45": 329, - "key90": 326 - } - ], - "povCount": 1 - }, - { - "axisConfig": [ - { - "decKey": 74, - "incKey": 76 - }, - { - "decKey": 73, - "incKey": 75 - } - ], - "axisCount": 2, - "buttonCount": 4, - "buttonKeys": [ - 77, - 44, - 46, - 47 - ], - "povCount": 0 - }, - { - "axisConfig": [ - { - "decKey": 263, - "incKey": 262 - }, - { - "decKey": 265, - "incKey": 264 - } - ], - "axisCount": 2, - "buttonCount": 6, - "buttonKeys": [ - 260, - 268, - 266, - 261, - 269, - 267 - ], - "povCount": 0 - }, - { - "axisCount": 0, - "buttonCount": 0, - "povCount": 0 - } - ], - "robotJoysticks": [ - { - "guid": "78696e70757401000000000000000000", - "useGamepad": true - } - ] -} diff --git a/java/CANcoder/simgui.json b/java/CANcoder/simgui.json deleted file mode 100644 index 4171c371..00000000 --- a/java/CANcoder/simgui.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "NTProvider": { - "types": { - "/FMSInfo": "FMSInfo", - "/SmartDashboard/mech2d": "Mechanism2d" - }, - "windows": { - "/SmartDashboard/mech2d": { - "window": { - "visible": true - } - } - } - } -}