summaryrefslogtreecommitdiff
path: root/keyboards/wuque/mammoth75x/mammoth75x.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-05 15:48:37 +1000
committerGitHub <noreply@github.com>2023-04-05 15:48:37 +1000
commit6847dba8af551aa0f1afbd74f77a8c49ad28e33b (patch)
treef583240488a4139e13c7584582094024a4bfd504 /keyboards/wuque/mammoth75x/mammoth75x.c
parent364c06d939134184838579d4e73880f8c2f83419 (diff)
Move 75% and 96% layouts to data driven (#20289)
Diffstat (limited to 'keyboards/wuque/mammoth75x/mammoth75x.c')
-rw-r--r--keyboards/wuque/mammoth75x/mammoth75x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wuque/mammoth75x/mammoth75x.c b/keyboards/wuque/mammoth75x/mammoth75x.c
index 21dcf1e67d..3b2d995b7e 100644
--- a/keyboards/wuque/mammoth75x/mammoth75x.c
+++ b/keyboards/wuque/mammoth75x/mammoth75x.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "mammoth75x.h"
+#include "quantum.h"
#ifdef VIA_ENABLE
static uint8_t encoder_state[NUM_ENCODERS] = {0};