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/bear_face | |
| parent | d84a7351ea965010ea51a2c9410add0f4e0306de (diff) | |
Clean up Force NKRO in config.h (#19718)
Diffstat (limited to 'keyboards/bear_face')
| -rw-r--r-- | keyboards/bear_face/config.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/bear_face/config.h b/keyboards/bear_face/config.h index 810cb78378..f3020bb9f8 100644 --- a/keyboards/bear_face/config.h +++ b/keyboards/bear_face/config.h | |||
| @@ -39,40 +39,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 39 | /* Locking resynchronize hack */ | 39 | /* Locking resynchronize hack */ |
| 40 | #define LOCKING_RESYNC_ENABLE | 40 | #define LOCKING_RESYNC_ENABLE |
| 41 | 41 | ||
| 42 | /* | ||
| 43 | * Force NKRO | ||
| 44 | * | ||
| 45 | * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved | ||
| 46 | * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the | ||
| 47 | * makefile for this to work.) | ||
| 48 | * | ||
| 49 | * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N) | ||
| 50 | * until the next keyboard reset. | ||
| 51 | * | ||
| 52 | * NKRO may prevent your keystrokes from being detected in the BIOS, but it is | ||
| 53 | * fully operational during normal computer usage. | ||
| 54 | * | ||
| 55 | * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N) | ||
| 56 | * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by | ||
| 57 | * bootmagic, NKRO mode will always be enabled until it is toggled again during a | ||
| 58 | * power-up. | ||
| 59 | * | ||
| 60 | */ | ||
| 61 | #define FORCE_NKRO | 42 | #define FORCE_NKRO |
| 62 | 43 | ||
| 63 | /* | 44 | /* |
| 64 | * Magic Key Options | ||
| 65 | * | ||
| 66 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 67 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 68 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 69 | * | ||
| 70 | * The options below allow the magic key functionality to be changed. This is | ||
| 71 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 72 | * | ||
| 73 | */ | ||
| 74 | |||
| 75 | /* | ||
| 76 | * Feature disable options | 45 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 46 | * These options are also useful to firmware size reduction. |
| 78 | */ | 47 | */ |
