From 17779b65892b55a84baf391304242461e8370d83 Mon Sep 17 00:00:00 2001 From: sajenim Date: Thu, 13 Apr 2023 12:11:08 +0800 Subject: [PATCH] fix missing include --- keyboards/crkbd/keymaps/sajenim/keymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/crkbd/keymaps/sajenim/keymap.c b/keyboards/crkbd/keymaps/sajenim/keymap.c index 7b01862..397469b 100644 --- a/keyboards/crkbd/keymaps/sajenim/keymap.c +++ b/keyboards/crkbd/keymaps/sajenim/keymap.c @@ -18,6 +18,7 @@ #include #include "config.h" #include "layers.h" +#include "features/sentence_case.h" #include "process_record.h" #include "g/keymap_combo.h"