Skip to content

Commit

Permalink
added tp to totem tp keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
l3ztum committed Aug 23, 2024
1 parent 34def7e commit d11bacc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Empty file added config/include/mouse_tp.dtsi
Empty file.
15 changes: 15 additions & 0 deletions config/totem_tp.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dt-bindings/zmk/mouse.h>
#include <behaviors/mouse_keys.dtsi>
#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"

0 comments on commit d11bacc

Please sign in to comment.