Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated REAMDE: Added LOCALE ES to ducky docu
  • Loading branch information
Spacehuhn committed Nov 26, 2019
1 parent 01719ea commit e785ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -298,7 +298,7 @@ To write text, use the STRING function.
| `DELAY` | `DELAY 1000` | Delay in ms |
| `STRING` | `STRING Hello World!` | Types the following string |
| `REPEAT` or `REPLAY` | `REPEAT 3` | Repeats the last command n times |
| `LOCALE` | `LOCALE DE` | Sets the keyboard layout. Currently supported: `DE`, `GB`, `US` |
| `LOCALE` | `LOCALE DE` | Sets the keyboard layout. Currently supported: `DE`, `ES`, `GB`, `US` |
| `KEYCODE` | `KEYCODE 0x02 0x04` | Types a specific key code (modifier, key1[, ..., key6]) in decimal or hexadecimal |
| `LED` | `LED 40 20 10` |Changes the color of the LED in decimal RGB values (0-255) |

Expand Down

0 comments on commit e785ec5

Please sign in to comment.