From 5bd68e3695a82ff504c358c33445b4530c2a327f Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Apr 2023 13:42:51 +1000 Subject: Move single `LAYOUT`s to data driven (#20365) --- keyboards/owlab/spring/spring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/owlab/spring/spring.c') diff --git a/keyboards/owlab/spring/spring.c b/keyboards/owlab/spring/spring.c index 60982c1517..8088fb03c2 100644 --- a/keyboards/owlab/spring/spring.c +++ b/keyboards/owlab/spring/spring.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "spring.h" +#include "quantum.h" enum caps_modes{ CAPS_MODE_UPPER = 0, //UPPER CASE -- cgit v1.2.3