From ba9f12810f7dc4969ac175f6e959d5fe6407747d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Dec 2024 18:22:41 +0100 Subject: feat(treewide): Migrate the Unicode handling to a custom c program, that works via rawhid --- src/keymaps/soispha/layout/layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/keymaps/soispha/layout/layout.h') diff --git a/src/keymaps/soispha/layout/layout.h b/src/keymaps/soispha/layout/layout.h index 4acb7f5..6b0c709 100644 --- a/src/keymaps/soispha/layout/layout.h +++ b/src/keymaps/soispha/layout/layout.h @@ -13,6 +13,7 @@ #pragma once #include QMK_KEYBOARD_H #include "../macros.h" +#include "../hid/hid.h" #define KK_TP KC_TRANSPARENT -- cgit 1.4.1