From e6501772feb66969c1f67a419c64fd58276ae826 Mon Sep 17 00:00:00 2001 From: Smathev Date: Tue, 7 Oct 2025 08:22:18 +0200 Subject: [PATCH] Fix include order by moving "keymap_danish.h" to the correct position --- users/smathev/casemodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/smathev/casemodes.c b/users/smathev/casemodes.c index 480a628c..018d9b1d 100644 --- a/users/smathev/casemodes.c +++ b/users/smathev/casemodes.c @@ -15,7 +15,7 @@ */ #include "casemodes.h" - +#include "keymap_danish.h" /* The caps word concept started with me @iaap on splitkb.com discord. * However it has been implemented and extended by many splitkb.com users: * - @theol0403 made many improvements to initial implementation