diff options
author | fauxpark <fauxpark@gmail.com> | 2017-12-09 16:36:32 +1100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 10:46:11 -0500 |
commit | 7b0356d1d49da6574570e110f61f95692afdb3d0 (patch) | |
tree | a3e70802085ea8089f1e7851529f0296247fa264 /docs/feature_terminal.md | |
parent | 6eb89ae906db7f226570e1839b88dcdd3a8fa962 (diff) | |
download | qmk_firmware-7b0356d1d49da6574570e110f61f95692afdb3d0.tar.gz qmk_firmware-7b0356d1d49da6574570e110f61f95692afdb3d0.zip |
Convert all headings to Title Case
Diffstat (limited to 'docs/feature_terminal.md')
-rw-r--r-- | docs/feature_terminal.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/feature_terminal.md b/docs/feature_terminal.md index 2c5f2c486..88fda1cee 100644 --- a/docs/feature_terminal.md +++ b/docs/feature_terminal.md | |||
@@ -14,7 +14,7 @@ When enabled, a `> ` prompt will appear, where you'll be able to type, backspace | |||
14 | 14 | ||
15 | `#define TERMINAL_HELP` enables some other output helpers that aren't really needed with this page. | 15 | `#define TERMINAL_HELP` enables some other output helpers that aren't really needed with this page. |
16 | 16 | ||
17 | ## Future ideas | 17 | ## Future Ideas |
18 | 18 | ||
19 | * Keyboard/user-extendable commands | 19 | * Keyboard/user-extendable commands |
20 | * Smaller footprint | 20 | * Smaller footprint |
@@ -30,7 +30,7 @@ When enabled, a `> ` prompt will appear, where you'll be able to type, backspace | |||
30 | * EEPROM read/write | 30 | * EEPROM read/write |
31 | * Audio control | 31 | * Audio control |
32 | 32 | ||
33 | ## Current commands | 33 | ## Current Commands |
34 | 34 | ||
35 | ### `about` | 35 | ### `about` |
36 | 36 | ||
@@ -77,4 +77,4 @@ Prints out the entire keymap for a certain layer | |||
77 | 77 | ||
78 | ### `exit` | 78 | ### `exit` |
79 | 79 | ||
80 | Exits the terminal - same as `TERM_OFF`. \ No newline at end of file | 80 | Exits the terminal - same as `TERM_OFF`. |