]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/onekey/config.h
Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)
[qmk_firmware.git] / keyboards / handwired / onekey / config.h
index c0a6b5839214910bf5c1fb6f7caf9a76392ee534..4a3042eeae4ca1bd1fa10829db499b4257e7a24d 100644 (file)
@@ -47,13 +47,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
-
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.