Skip to content

Commit 16d8c6a

Browse files
committed
Improve basic usage README snippet
1 parent d2d6513 commit 16d8c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Define the `OPERATING_SYSTEM` variable with the operating system you intend to u
4949
Source the `init.h` header before using any of the features of the `zmk-keymap-utils` module on your `.keymap` file to provide the initial keycodes and shortcuts for the specified OS.
5050

5151
```c
52+
// #define OPERATING_SYSTEM "L" // Linux (default) - uncomment to override with explicit values: L, W, M
5253
#include <zmk-keymap-utils/init.h>
5354
```
5455

0 commit comments

Comments
 (0)