]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/jd45/config.h
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
[qmk_firmware.git] / keyboards / jd45 / config.h
index ee989b7b41b1a9833fb452bd0cb2a5c116c8b31c..d3137b9f4b569f1f92d57c835f7ce88570ff5c32 100644 (file)
@@ -56,21 +56,16 @@ 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.
  */
 
 /* disable debug print */
-#define NO_DEBUG
+// #define NO_DEBUG
 
 /* disable print */
-#define NO_PRINT
+// #define NO_PRINT
 
 /* disable action features */
 //#define NO_ACTION_LAYER