Skip to content

Commit

Permalink
fix(docs): Appease Prettier
Browse files Browse the repository at this point in the history
Fixed code formatting in docs files.
  • Loading branch information
think4tomorrow committed Aug 8, 2021
1 parent 2e58f55 commit 119a260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/docs/features/encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sidebar_label: Encoders

Existing support for encoders in ZMK is focused around the five pin EC11 rotary encoder with push button design used in the majority of current keyboard and macropad designs.


:::note
Encoders are currently only support on the left/central sides of splits. For progress on this, see [#728](https://github.com/zmkfirmware/zmk/pull/728).
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/power-profiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import "../css/power-profiler.css";

const Disclaimer = `This profiler makes many assumptions about typing
activity, battery characteristics, hardware behavior, and
doesn't account for error of user inputs. For example battery
doesn't account for error of user inputs. For example battery
mAh, which is often incorrectly advertised higher than it's actual capacity.
While it tries to estimate power usage using real power readings of ZMK,
While it tries to estimate power usage using real power readings of ZMK,
every person will have different results that may be worse or even
better than the estimation given here.`;

Expand Down

0 comments on commit 119a260

Please sign in to comment.