Remove code that is no longer required

This commit is contained in:
2022-07-12 18:59:08 +02:00
parent 693f9fd37b
commit 38457b7440

View File

@@ -6,7 +6,6 @@
#define DEVICE_VER 0x0001 #define DEVICE_VER 0x0001
#define MANUFACTURER Deon Spengler #define MANUFACTURER Deon Spengler
#define PRODUCT Adept42 #define PRODUCT Adept42
#define DESCRIPTION A 42 key ortholinear, column staggered split keyboard
/* Set polling rate */ /* Set polling rate */
#define USB_POLLING_INTERVAL_MS 1 #define USB_POLLING_INTERVAL_MS 1
@@ -34,7 +33,6 @@
/* Enable split usb detect for Pro Micro */ /* Enable split usb detect for Pro Micro */
#define SPLIT_USB_DETECT #define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 1500 #define SPLIT_USB_TIMEOUT 1500
#define NO_USB_STARTUP_CHECK
/* Reduces unintended double presses. Set 0 if debouncing is not needed */ /* Reduces unintended double presses. Set 0 if debouncing is not needed */
#define DEBOUNCE 2 #define DEBOUNCE 2