aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-28 01:16:41 +1000
committerGitHub <noreply@github.com>2021-07-27 08:16:41 -0700
commit56443fe3cf19768f34e065319d50164d4e99dd3c (patch)
treeb400cb1b12779d2bde1fa14fe813df2aed41fd2c
parent468f7054558153cbf7f7ece3cf8775e1f3d28fe9 (diff)
downloadqmk_firmware-56443fe3cf19768f34e065319d50164d4e99dd3c.tar.gz
qmk_firmware-56443fe3cf19768f34e065319d50164d4e99dd3c.zip
Fix typo in Dactyl Manuform (#13740)
-rw-r--r--keyboards/handwired/dactyl_manuform/dactyl_manuform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
index 98ac0aa53..11c999777 100644
--- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
+++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#ifdef defined(KEYBOARD_handwired_dactyl_manuform_4x5) 3#if defined(KEYBOARD_handwired_dactyl_manuform_4x5)
4# include "4x5.h" 4# include "4x5.h"
5#elif defined(KEYBOARD_handwired_dactyl_manuform_4x6) 5#elif defined(KEYBOARD_handwired_dactyl_manuform_4x6)
6# include "4x6.h" 6# include "4x6.h"