diff options
author | Joel Challis <git@zvecr.com> | 2021-10-22 00:49:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 00:49:58 +0100 |
commit | 0093d3d761e60a31bb2a15a5859dbd0c08ef9999 (patch) | |
tree | 144db2e99236bd0fc2654cbeaecc57bbb5409b39 /keyboards/massdrop/alt/alt.h | |
parent | 1b1f3ec68ee1e7abe436a46bcfedf30f21330aef (diff) |
Initial USB2422 driver (#14835)
Diffstat (limited to 'keyboards/massdrop/alt/alt.h')
-rw-r--r-- | keyboards/massdrop/alt/alt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/massdrop/alt/alt.h b/keyboards/massdrop/alt/alt.h index 0396095450..c3761bee8b 100644 --- a/keyboards/massdrop/alt/alt.h +++ b/keyboards/massdrop/alt/alt.h @@ -7,7 +7,7 @@ #include "i2c_master.h" #include "md_rgb_matrix.h" //For led keycodes #include "usb/udi_cdc.h" -#include "usb/usb2422.h" +#include "usb/usb_hub.h" #define LAYOUT_65_ansi_blocker( \ K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11, K12, K13, K14, K15, \ |