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/gmmk2/p65/config.h | |
parent | d84a7351ea965010ea51a2c9410add0f4e0306de (diff) |
Clean up Force NKRO in config.h (#19718)
Diffstat (limited to 'keyboards/gmmk/gmmk2/p65/config.h')
-rw-r--r-- | keyboards/gmmk/gmmk2/p65/config.h | 3 |
1 files changed, 0 insertions, 3 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 |