diff options
author | Ryan <fauxpark@gmail.com> | 2023-01-31 07:45:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 20:45:41 +0000 |
commit | b867522f8cf90aef6f4531e669e35aba5ec0bf1c (patch) | |
tree | a5ac31359e92bccf025a68a43aa85bfaf6a55ed7 /keyboards/gmmk | |
parent | d84a7351ea965010ea51a2c9410add0f4e0306de (diff) |
Clean up Force NKRO in config.h (#19718)
Diffstat (limited to 'keyboards/gmmk')
-rw-r--r-- | keyboards/gmmk/gmmk2/p65/config.h | 3 | ||||
-rw-r--r-- | keyboards/gmmk/gmmk2/p96/config.h | 3 | ||||
-rw-r--r-- | keyboards/gmmk/pro/config.h | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/gmmk/gmmk2/p65/config.h b/keyboards/gmmk/gmmk2/p65/config.h index 58ba4e8deb..09520655f0 100644 --- a/keyboards/gmmk/gmmk2/p65/config.h +++ b/keyboards/gmmk/gmmk2/p65/config.h @@ -111,6 +111,3 @@ /* Set debounce time to 5ms */ #define DEBOUNCE 5 - -/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */ -// #define FORCE_NKRO diff --git a/keyboards/gmmk/gmmk2/p96/config.h b/keyboards/gmmk/gmmk2/p96/config.h index 4f67504943..54ee5f458e 100644 --- a/keyboards/gmmk/gmmk2/p96/config.h +++ b/keyboards/gmmk/gmmk2/p96/config.h @@ -113,6 +113,3 @@ /* Set debounce time to 5ms */ #define DEBOUNCE 5 - -/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */ -// #define FORCE_NKRO diff --git a/keyboards/gmmk/pro/config.h b/keyboards/gmmk/pro/config.h index 36baac2db1..3a216109c7 100644 --- a/keyboards/gmmk/pro/config.h +++ b/keyboards/gmmk/pro/config.h @@ -107,6 +107,3 @@ /* Set debounce time to 5ms */ #define DEBOUNCE 5 - -/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */ -// #define FORCE_NKRO |