diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 8768c41..df7e715 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -65,5 +65,5 @@ zmk_key zmk_keymap_keycode_from_position(u32_t row, u32_t column) } } - return ZC_NOOP; + return ZC_NO; } |