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 0000000000..23ecb202a1 --- /dev/null +++ b/keyboards/gmmk/pro/halconf.h @@ -0,0 +1,7 @@ +#pragma once + +#define HAL_USE_SPI TRUE +#define SPI_USE_WAIT TRUE +#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD + +#include_next <halconf.h> |