소스 검색

Merge remote-tracking branch 'upstream/master' into develop

Nick Brassel 3 년 전
부모
커밋
610788184a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      keyboards/gmmk/pro/config.h

+ 8 - 0
keyboards/gmmk/pro/config.h

@@ -63,3 +63,11 @@
 #define DRIVER_2_LED_TOTAL 32
 #define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
 
+/* 1000Hz USB polling - it's the default on stock firmware */
+#define USB_POLLING_INTERVAL_MS 1
+
+/* Send up to 4 key press events per scan */
+#define QMK_KEYS_PER_SCAN 4
+
+/* Set debounce time to 5ms */
+#define DEBOUNCE 5