]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/bantam44/config.h
Added configurable defaults for RGB backlight indicators.
[qmk_firmware.git] / keyboards / bantam44 / config.h
index a55f629990ade79b7782d8b01b09a04f621dbe6e..32385285005b05e41d0629a1dd873fa26726fe84 100644 (file)
@@ -56,11 +56,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.