]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/qwertyydox/config.h
Configure Vagrant to use qmk_base_container (#6194)
[qmk_firmware.git] / keyboards / qwertyydox / config.h
index a685652230a17c96badf163ec86484c7f0070278..67f5d3c16a0e1bd8142f4a4092ce13ebb26552c8 100644 (file)
@@ -47,7 +47,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // #define BACKLIGHT_LEVELS 3
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* serial.c configuration for split keyboard */
 #define SOFT_SERIAL_PIN D0
@@ -57,11 +57,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)) \
-)
-
 #define BACKLIGHT_PIN E6
 #define BACKLIGHT_LEVELS 5