diff options
author | tmk <nobody@nowhere> | 2014-08-01 13:26:42 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-08-01 13:26:42 +0900 |
commit | 523cc6aa2ed0879c2d297e7060de2962987c8c7a (patch) | |
tree | 04deb0e84390623311d572bb131eeceafc509d1b /converter/sun_usb/README | |
parent | 79840c678e13f9a737f80048bc3b9c9c55e3fc77 (diff) |
Add build option and Sun specific commands
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 ee59fc757c..276f6bfff8 100644 --- a/converter/sun_usb/README +++ b/converter/sun_usb/README @@ -77,3 +77,23 @@ Just use 'make' $ cd sun_usb $ make Then, load the binary to MCU with your favorite programmer. + + +Sun commands +------------ +You can send Sun protocol commands with TMK `Magic` key combo. By default `Magic` key is `LShift` + `RShift`, `LAlt` + `RAlt' or `LMeta` + `RMeta`. +https://github.com/tmk/tmk_keyboard#magic-commands + +Following Sun specific commands are available. For example, to send 'Bell On' you can press `LShift` + `RShift` + `Up` keys simultaneously. + +``` +----- Sun converter Help ----- +Up: Bell On +Down: Bell Off +Left: Click On +Right: Click Off +PgUp: LED all On +PgDown: LED all On +Insert: Layout +Delete: Reset +``` |