diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 20:25:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 20:25:59 +0000 |
commit | ff5848992cc7941885648161e77e8913c8e0fceb (patch) | |
tree | 86416237eaa6073db25fbe7f387ee282f17fe0af /keyboards/mechwild/mercutio/keymaps/fancy/keymap.c | |
parent | 53ca6338c78d2f1d8f86249099f955d1c0a31cfc (diff) | |
parent | fc9654a1d05439aea3396954b9f482e680a6775b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechwild/mercutio/keymaps/fancy/keymap.c')
-rwxr-xr-x | keyboards/mechwild/mercutio/keymaps/fancy/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/fancy/keymap.c b/keyboards/mechwild/mercutio/keymaps/fancy/keymap.c index 96457be6d2..ca1ac03d2b 100755 --- a/keyboards/mechwild/mercutio/keymaps/fancy/keymap.c +++ b/keyboards/mechwild/mercutio/keymaps/fancy/keymap.c @@ -72,7 +72,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { } } } - return true; + return false; } #endif |