]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/do60/config.h
[Keymap] Replaced xxxxxxx by XXXXXXX to fix build breakage (#6228)
[qmk_firmware.git] / keyboards / do60 / config.h
index 4a7dcddfdb4ae70b26c8e583eae1e55d9bd710f9..82e818328c296c4df3c9d617c945f3155d7492b7 100644 (file)
@@ -55,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* RGB Underglow
  * F5 PIN for DO60's pre-soldered WS2812 LEDs
@@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-  keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 #define TAPPING_TERM 200
 
 #endif