aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index abc5e141c..a9ff54995 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -84,7 +84,7 @@ This is a C header file that is one of the first things included, and will persi
84If you define these options you will disable the associated feature, which can save on code size. 84If you define these options you will disable the associated feature, which can save on code size.
85 85
86* `#define NO_DEBUG` 86* `#define NO_DEBUG`
87 * disable debuging 87 * disable debugging
88* `#define NO_PRINT` 88* `#define NO_PRINT`
89 * disable printing/debugging using hid_listen 89 * disable printing/debugging using hid_listen
90* `#define NO_ACTION_LAYER` 90* `#define NO_ACTION_LAYER`
@@ -103,7 +103,7 @@ If you define these options you will disable the associated feature, which can s
103If you define these options you will enable the associated feature, which may increase your code size. 103If you define these options you will enable the associated feature, which may increase your code size.
104 104
105* `#define FORCE_NKRO` 105* `#define FORCE_NKRO`
106 * NKRO by default requires to be turned on, this forces it on during keyboard startup regardless of eeprom setting. NKRO can still be turned off but will be turned on again if the keyboard reboots. 106 * NKRO by default requires to be turned on, this forces it on during keyboard startup regardless of EEPROM setting. NKRO can still be turned off but will be turned on again if the keyboard reboots.
107* `#define PREVENT_STUCK_MODIFIERS` 107* `#define PREVENT_STUCK_MODIFIERS`
108 * when switching layers, this will release all mods 108 * when switching layers, this will release all mods
109 109
@@ -146,11 +146,11 @@ If you define these options you will enable the associated feature, which may in
146* `#define RGBLIGHT_HUE_STEP 12` 146* `#define RGBLIGHT_HUE_STEP 12`
147 * units to step when in/decreasing hue 147 * units to step when in/decreasing hue
148* `#define RGBLIGHT_SAT_STEP 25` 148* `#define RGBLIGHT_SAT_STEP 25`
149 * units to step when in/decresing saturation 149 * units to step when in/decreasing saturation
150* `#define RGBLIGHT_VAL_STEP 12` 150* `#define RGBLIGHT_VAL_STEP 12`
151 * units to step when in/decreasing value (brightness) 151 * units to step when in/decreasing value (brightness)
152* `#define RGBW_BB_TWI` 152* `#define RGBW_BB_TWI`
153 * bit-bangs twi to EZ RGBW LEDs (only required for Ergodox EZ) 153 * bit-bangs TWI to EZ RGBW LEDs (only required for Ergodox EZ)
154 154
155### Mouse Key Options 155### Mouse Key Options
156 156
@@ -204,7 +204,7 @@ Use these to enable or disable building certain features. The more you have enab
204* `COMMAND_ENABLE` 204* `COMMAND_ENABLE`
205 * Commands for debug and configuration 205 * Commands for debug and configuration
206* `NKRO_ENABLE` 206* `NKRO_ENABLE`
207 * USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 207 * USB N-Key Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
208* `AUDIO_ENABLE` 208* `AUDIO_ENABLE`
209 * Enable the audio subsystem. 209 * Enable the audio subsystem.
210* `RGBLIGHT_ENABLE` 210* `RGBLIGHT_ENABLE`