diff options
Diffstat (limited to 'keyboards/DeltaSplit75/config.h')
-rw-r--r-- | keyboards/DeltaSplit75/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/DeltaSplit75/config.h b/keyboards/DeltaSplit75/config.h index ea0498c504..f0d43dc3ef 100644 --- a/keyboards/DeltaSplit75/config.h +++ b/keyboards/DeltaSplit75/config.h @@ -24,6 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "RightB/config.h" #endif #ifdef SUBPROJECT_V2 - #include "V2/config.h" + #include "v2/config.h" #endif #endif |