diff options
Diffstat (limited to 'keyboards/canoe')
-rw-r--r-- | keyboards/canoe/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/canoe/config.h b/keyboards/canoe/config.h index 0e70094ae8..d552fee5b4 100644 --- a/keyboards/canoe/config.h +++ b/keyboards/canoe/config.h @@ -43,7 +43,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_UART 1 -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) - #endif |