diff options
Diffstat (limited to 'converter/sun_usb/README')
| -rw-r--r-- | converter/sun_usb/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/converter/sun_usb/README b/converter/sun_usb/README index ee59fc757..276f6bfff 100644 --- a/converter/sun_usb/README +++ b/converter/sun_usb/README | |||
| @@ -77,3 +77,23 @@ Just use 'make' | |||
| 77 | $ cd sun_usb | 77 | $ cd sun_usb |
| 78 | $ make | 78 | $ make |
| 79 | Then, load the binary to MCU with your favorite programmer. | 79 | Then, load the binary to MCU with your favorite programmer. |
| 80 | |||
| 81 | |||
| 82 | Sun commands | ||
| 83 | ------------ | ||
| 84 | You can send Sun protocol commands with TMK `Magic` key combo. By default `Magic` key is `LShift` + `RShift`, `LAlt` + `RAlt' or `LMeta` + `RMeta`. | ||
| 85 | https://github.com/tmk/tmk_keyboard#magic-commands | ||
| 86 | |||
| 87 | Following Sun specific commands are available. For example, to send 'Bell On' you can press `LShift` + `RShift` + `Up` keys simultaneously. | ||
| 88 | |||
| 89 | ``` | ||
| 90 | ----- Sun converter Help ----- | ||
| 91 | Up: Bell On | ||
| 92 | Down: Bell Off | ||
| 93 | Left: Click On | ||
| 94 | Right: Click Off | ||
| 95 | PgUp: LED all On | ||
| 96 | PgDown: LED all On | ||
| 97 | Insert: Layout | ||
| 98 | Delete: Reset | ||
| 99 | ``` | ||
