aboutsummaryrefslogtreecommitdiff
path: root/docs/hardware_keyboard_guidelines.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hardware_keyboard_guidelines.md')
-rw-r--r--docs/hardware_keyboard_guidelines.md2
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
91* `RY` 91* `RY`
92 * The absolute position of the point to rotate the key around in the vertical axis. Default: `y` 92 * The absolute position of the point to rotate the key around in the vertical axis. Default: `y`
93* `KS` 93* `KS`
94 * Key Shape: define a polygon by providing a list of points, in Key Units. 94 * Key Shape: define a polygon by providing a list of points, in Key Units.
95 * **Important**: These are relative to the top-left of the key, not absolute. 95 * **Important**: These are relative to the top-left of the key, not absolute.
96 * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]` 96 * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]`
97 97