diff options
Diffstat (limited to 'keyboards/rubi/config.h')
-rw-r--r-- | keyboards/rubi/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/rubi/config.h b/keyboards/rubi/config.h index 25c7aa5be7..b4efca2997 100644 --- a/keyboards/rubi/config.h +++ b/keyboards/rubi/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4752 -#define PRODUCT_ID 0x5242 -#define DEVICE_VER 0x0001 -#define MANUFACTURER gregorio -#define PRODUCT Rubi - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 4 @@ -42,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define MATRIX_ROW_PINS { F0, F1, F4, F5, F6 } #define MATRIX_COL_PINS { B3, B2, B1, F7 } -#define UNUSED_PINS #define ENCODERS_PAD_A { D7 } #define ENCODERS_PAD_B { D6 } |