Skip to content

Commit ca82e7d

Browse files
authored
Update README.md (#46)
Updates the field definition of `layout` now that it's optional (#20 made it optional).
1 parent 80ed8d0 commit ca82e7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,18 @@ indent_str = " " # Optional, used for each indent level when printing.
3939
```
4040

4141
```toml
42-
layout = "kinesis:adv360" # Required
42+
layout = "kinesis:adv360" # Optional
43+
# Keyboard layout, only used for Zephyr keymaps.
44+
#
4345
# Available options are ["kinesis:adv360", "sweep", "moergo:glove80", "imprint:letters_only_full_bottom_row"]
46+
# Default to "kinesis:adv360".
4447
```
4548

4649
```toml
4750
warn_on_unhandled_tokens = false # Optional
4851
# Used to check if an input file contains any tokens not handled by the parser/printer.
52+
#
53+
# Default to false.
4954
```
5055

5156
## Ignoring code

0 commit comments

Comments
 (0)