From: Jack Humbert Date: Thu, 16 Mar 2017 03:49:38 +0000 (-0400) Subject: Update config.h X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c043d1cc4709fa03e91942d9b769278994985af2;p=qmk_firmware.git Update config.h --- diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h index b45214fe0..3d600d64d 100644 --- a/keyboards/lets_split/keymaps/hexwire/config.h +++ b/keyboards/lets_split/keymaps/hexwire/config.h @@ -32,4 +32,7 @@ along with this program. If not, see . #endif #ifdef SUBPROJECT_rev2 #include "../../rev2/config.h" -#endif \ No newline at end of file +#endif +#ifdef SUBPROJECT_rev2fliphalf + #include "../../rev2fliphalf/config.h" +#endif