diff options
Diffstat (limited to 'keyboards/westm/westm9/rev2/rev2.c')
-rw-r--r-- | keyboards/westm/westm9/rev2/rev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/westm/westm9/rev2/rev2.c b/keyboards/westm/westm9/rev2/rev2.c index d04d193105..7524ca6690 100644 --- a/keyboards/westm/westm9/rev2/rev2.c +++ b/keyboards/westm/westm9/rev2/rev2.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "westm9.h" +#include "quantum.h" void board_init(void) { SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP; // DMA re-map, you may not need this depending on your |