diff options
Diffstat (limited to 'keyboards/massdrop/alt/config.h')
-rw-r--r-- | keyboards/massdrop/alt/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/massdrop/alt/config.h b/keyboards/massdrop/alt/config.h index 085e1aebb..c37949a74 100644 --- a/keyboards/massdrop/alt/config.h +++ b/keyboards/massdrop/alt/config.h | |||
@@ -90,6 +90,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
90 | #define DEBUG_BOOT_TRACING_PORT PB | 90 | #define DEBUG_BOOT_TRACING_PORT PB |
91 | #define DEBUG_BOOT_TRACING_PIN 23 | 91 | #define DEBUG_BOOT_TRACING_PIN 23 |
92 | 92 | ||
93 | /* USB2422 config */ | ||
94 | #define USB2422_ADDRESS 0x58 | ||
95 | #define USB2422_VENDOR_ID 0x04D8 | ||
96 | #define USB2422_PRODUCT_ID 0xEEC5 | ||
97 | #define USB2422_DEVICE_VER 0x0101 | ||
98 | #define USB2422_MANUFACTURER "Massdrop Inc." | ||
99 | #define USB2422_PRODUCT "Massdrop Hub" | ||
100 | #define USB2422_ACTIVE_PIN A18 | ||
101 | |||
93 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 102 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
94 | #define DEBOUNCE 5 | 103 | #define DEBOUNCE 5 |
95 | 104 | ||