]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/dk60/config.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / dk60 / config.h
index 9c5232ef062f52d6ff829cb6e4bcf43cf9f0ae35..6a69516cb1596de3cff042477e58d66a2a4a238e 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     /* USB Device descriptor parameter */
     #define VENDOR_ID       0xFEED
     #define PRODUCT_ID      0x6060
-    #define DEVICE_VER      0x0003
+    #define DEVICE_VER      0x0001
     #define MANUFACTURER    DARKOU
     #define PRODUCT         DK60
     #define DESCRIPTION     QMK keyboard firmware for DK60 support
@@ -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