]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/dk60/config.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / dk60 / config.h
index 5b712fe9bd3ff3019a7a6afccebb4baa31ce7483..6a69516cb1596de3cff042477e58d66a2a4a238e 100644 (file)
@@ -41,15 +41,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     #define DIODE_DIRECTION COL2ROW
 
     /* Set 0 if debouncing isn't needed */
-    #define DEBOUNCING_DELAY 5
+    #define DEBOUNCE 5
 
     /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
     #define LOCKING_SUPPORT_ENABLE
     /* 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)) \
-    )
 #endif