summaryrefslogtreecommitdiff
path: root/keyboards/mechwild/mercutio/keymaps/jonavin
diff options
context:
space:
mode:
authorLess/Rikki <86894501+lesshonor@users.noreply.github.com>2022-07-26 16:25:23 -0400
committerGitHub <noreply@github.com>2022-07-26 21:25:23 +0100
commitfc9654a1d05439aea3396954b9f482e680a6775b (patch)
treefb4943ea7c88d78bf3a2b82d8dd19fc6815c8ca9 /keyboards/mechwild/mercutio/keymaps/jonavin
parent5f36285fc5905913aea0671e037bb343fd84391f (diff)
feat: encoder map, OLED & encoder kb-level config (#17767)
Diffstat (limited to 'keyboards/mechwild/mercutio/keymaps/jonavin')
-rw-r--r--keyboards/mechwild/mercutio/keymaps/jonavin/config.h3
-rwxr-xr-xkeyboards/mechwild/mercutio/keymaps/jonavin/keymap.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/jonavin/config.h b/keyboards/mechwild/mercutio/keymaps/jonavin/config.h
index 09909e28c9..1722a2c25c 100644
--- a/keyboards/mechwild/mercutio/keymaps/jonavin/config.h
+++ b/keyboards/mechwild/mercutio/keymaps/jonavin/config.h
@@ -17,9 +17,6 @@
#pragma once
-/* Define custom font */
-#define OLED_FONT_H "lib/mercutiofont.c"
-
#define TAPPING_TOGGLE 2
// TT set to two taps
diff --git a/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c b/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
index e4d0ab49ef..5447279e56 100755
--- a/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
+++ b/keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
@@ -152,7 +152,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
}
break;
}
- return true;
+ return false;
}
#endif