diff options
Diffstat (limited to 'keyboards/gmmk/pro/halconf.h')
-rw-r--r-- | keyboards/gmmk/pro/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/halconf.h b/keyboards/gmmk/pro/halconf.h new file mode 100644 index 000000000..23ecb202a --- /dev/null +++ b/keyboards/gmmk/pro/halconf.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #define HAL_USE_SPI TRUE | ||
4 | #define SPI_USE_WAIT TRUE | ||
5 | #define SPI_SELECT_MODE SPI_SELECT_MODE_PAD | ||
6 | |||
7 | #include_next <halconf.h> | ||