diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-28 01:16:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 08:16:41 -0700 |
commit | 56443fe3cf19768f34e065319d50164d4e99dd3c (patch) | |
tree | b400cb1b12779d2bde1fa14fe813df2aed41fd2c /keyboards | |
parent | 468f7054558153cbf7f7ece3cf8775e1f3d28fe9 (diff) |
Fix typo in Dactyl Manuform (#13740)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/dactyl_manuform.h | 2 |
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 98ac0aa533..11c9997771 100644 --- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h +++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h @@ -1,6 +1,6 @@ #pragma once -#ifdef defined(KEYBOARD_handwired_dactyl_manuform_4x5) +#if defined(KEYBOARD_handwired_dactyl_manuform_4x5) # include "4x5.h" #elif defined(KEYBOARD_handwired_dactyl_manuform_4x6) # include "4x6.h" |