diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-10 08:18:31 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-10 08:18:31 +0100 |
commit | 20c10e8ed1d3710cb83367ca18202e7f160f2506 (patch) | |
tree | 99b6f2882572165ae55f7284e08aec82e4989476 /config/bt60_v2.keymap | |
parent | 741ee4dfaa7eea8961159ca40ac1d246ed4bb0b6 (diff) | |
download | zmk-config-20c10e8ed1d3710cb83367ca18202e7f160f2506.tar.gz zmk-config-20c10e8ed1d3710cb83367ca18202e7f160f2506.zip |
Improve tapping term and some thumb keys, move utils inside config
Diffstat (limited to 'config/bt60_v2.keymap')
-rw-r--r-- | config/bt60_v2.keymap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bt60_v2.keymap b/config/bt60_v2.keymap index f7e079d..5ebceef 100644 --- a/config/bt60_v2.keymap +++ b/config/bt60_v2.keymap @@ -9,7 +9,7 @@ #define K_O 23 #define K_A 28 -#include "common.h" +#include "utils/common.h" #define DEFAULT 0 #define RAISE 1 |