]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chimera_ortho/config.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / chimera_ortho / config.h
index 44c6212b17bb201c95aba5c7fc7399af255106d0..1282008e2c7c9d4e2b4a3889e76954106efb9ce2 100644 (file)
@@ -41,19 +41,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define ONESHOT_TIMEOUT 500
 
-
-/* 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.
  */
 
-#define PREVENT_STUCK_MODIFIERS
-
 /* disable debug print */
 //#define NO_DEBUG