diff options
author | fauxpark <fauxpark@gmail.com> | 2017-12-09 16:56:58 +1100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 10:46:11 -0500 |
commit | bb53635f33c213e5a940edea8b07026ef89aed42 (patch) | |
tree | 7e170b424e37b7305f8be3072cd8c970f77ca073 /docs/hardware_keyboard_guidelines.md | |
parent | af37bb2f78c39c224c995eb57c757c63034a3d9c (diff) | |
download | qmk_firmware-bb53635f33c213e5a940edea8b07026ef89aed42.tar.gz |
Trim trailing whitespace
Diffstat (limited to 'docs/hardware_keyboard_guidelines.md')
-rw-r--r-- | docs/hardware_keyboard_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index fcc3b75ce..0a4e2d11b 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -91,7 +91,7 @@ All key positions and rotations are specified in relation to the top-left corner * `RY` * The absolute position of the point to rotate the key around in the vertical axis. Default: `y` * `KS` - * Key Shape: define a polygon by providing a list of points, in Key Units. + * Key Shape: define a polygon by providing a list of points, in Key Units. * **Important**: These are relative to the top-left of the key, not absolute. * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]` |