]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chibios_test/config.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / chibios_test / config.h
index 89eb1f33b4d5964458ba76c91aca9730133609fe..91350c4457cf0136cceaaa55538bd85037b9df76 100644 (file)
@@ -44,13 +44,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.