Skip to content

Commit

Permalink
Merge pull request #69 from duianto/patch-1
Browse files Browse the repository at this point in the history
Update SerialAPI.rst, CMD_VAR_SET_KEYMAP typos
  • Loading branch information
jdestgermain authored Jul 24, 2024
2 parents a3b2ef3 + be03992 commit 1d22dc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/SerialAPI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,18 +409,18 @@ CMD_VAR_SET_KEYMAP
"INPUT","3","Index","Decimal Number","24","For CC1, 0-89 are valid. For CCL, 0-66 are"
"INPUT","4","Action Id","Decimal Number","112","Valid action Ids range from 8 thru 2047."
"OUTPUT","0","Command","Chars","VAR",""
"OUTPUT","1","SubCommand","Hexadecimal VAR Code","B3",""
"OUTPUT","1","SubCommand","Hexadecimal VAR Code","B4",""
"OUTPUT","2","Keymap","Hexadecimal Keymap Code","A0",""
"OUTPUT","3","Index","Decimal Number","24",""
"OUTPUT","4","Action Id","Decimal Number","112","Valid action Ids range from 8 thru 2047. Returns a 00 if either the Keymap Code or Index or Action Id are out of range."
"OUTPUT","5","Success","Boolean Number","1","This will be 0 on success, or greater than zero for an error if the chordmap did not exist or the deletion was unsuccessful"
"OUTPUT","5","Success","Boolean Number","0","This will be 0 on success, or greater than zero for an error if the chordmap did not exist or the deletion was unsuccessful"

Example(s):

.. code-block:: none
> VAR B2 A0 24 112
VAR B2 A0 24 112 0
> VAR B4 A0 24 112
VAR B4 A0 24 112 0
RST
~~~
Expand Down

0 comments on commit 1d22dc3

Please sign in to comment.