From d11bacc99a9b04f41c4a3a62eac6ce86decba1fe Mon Sep 17 00:00:00 2001 From: mutz3l Date: Thu, 22 Aug 2024 20:45:58 +0200 Subject: [PATCH] added tp to totem tp keymap --- config/include/mouse_tp.dtsi | 0 config/totem_tp.keymap | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 config/include/mouse_tp.dtsi diff --git a/config/include/mouse_tp.dtsi b/config/include/mouse_tp.dtsi new file mode 100644 index 000000000..e69de29bb diff --git a/config/totem_tp.keymap b/config/totem_tp.keymap index 944c61934..132069302 100644 --- a/config/totem_tp.keymap +++ b/config/totem_tp.keymap @@ -2,5 +2,20 @@ // https://github.com/manna-harbour/miryoku #include "../miryoku/custom_config.h" + +#define HAS_MOUSE_KEYS +#define HAS_MOUSE_TP + +#ifdef HAS_MOUSE_KEYS + #include + #include +#endif // HAS_MOUSE_KEYS + +#ifdef HAS_MOUSE_TP + // We store the trackpoint settings in a separate file + // to make organization a little easier. + #include "include/mouse_tp.dtsi" +#endif // HAS_MOUSE_TP + #include "../miryoku/mapping/38/totem.h" #include "../miryoku/miryoku.dtsi"