]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/preonic/config.h
Use DIRECT_PINS for BDN9 (#5603)
[qmk_firmware.git] / keyboards / preonic / config.h
index 739e38555b1fbfb3f5fd3eab3209148ec8b38006..1887bff5df8be8d2dbff697da854d641fdef2038 100644 (file)
@@ -63,11 +63,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.