From e8c61b6afa8b6d6d0db6a371074eec9782aeba2e Mon Sep 17 00:00:00 2001 From: sajenim Date: Tue, 19 Mar 2024 18:00:27 +0800 Subject: [PATCH] fix comment --- keyboards/crkbd/keymaps/sajenim/keymap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/keyboards/crkbd/keymaps/sajenim/keymap.c b/keyboards/crkbd/keymaps/sajenim/keymap.c index edebfaf..774b017 100644 --- a/keyboards/crkbd/keymaps/sajenim/keymap.c +++ b/keyboards/crkbd/keymaps/sajenim/keymap.c @@ -219,8 +219,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record) { case SC_TOGG: // Toggle sentence case on/off. sentence_case_toggle(); return false; - - // Define the behaviour of our magic keycodes } if (rep_count > 0) { // Repeat key overrides.