diff --git a/HamShield-Serial-Mode.md b/HamShield-Serial-Mode.md
index 1cd9208..94734fd 100644
--- a/HamShield-Serial-Mode.md
+++ b/HamShield-Serial-Mode.md
@@ -20,20 +20,16 @@ HamShield Serial Interface Commands
CDCSS Out | H[code]; | Code must be a valid CDCSS code |
Print Config | I | Print out all configurations in comma delimited format. |
Power Level | P[level]; | Set power amp level, 0 = lowest, 15 = highest |
+Enable Offset | R[state]; | 1 turns on repeater offset mode, 0 turns off repeater offset mode |
+Squelch | S[level]; | Set the squelch level |
+TX Offset | T[freq]; | The absolute frequency of the repeater offset to transmit on in KHz |
+Volume | V[level]; | Set the volume level of the receiver |
+Reset | X | Reset all settings to default |
+Sleep | Z | Sleep radio
+ |
Filters | @[state]; | Set bit to enable, clear bit to disable: 0 = pre/de-emphasis, 1 = high pass filter, 2 = low pass filter (default: ascii 7, all enabled) |
+Vox mode | $[state]; | 0 = vox off, >= 1 audio sensitivity. lower value more sensitive |
+Mic Channel | *[state]; | Set the voice channel. 0 = signal from mic or arduino, 1 = internal tone generator |
+RSSI | ? | Respond with the current receive level in - dBm (no sign provided on numerical response) |
+Tone Gen | %[notes] | To send a tone, use the following format: Single tone: %1,[freq],[length]; Dual tone: %2,[freq],[freq],[length]; DTMF: %3,[key],[length]; |
+Voice Level | ^ | Respond with the current voice level (VSSI) |
-
-Enable Offset R; 1 turns on repeater offset mode, 0 turns off repeater offset mode No
-Squelch S; Set the squelch level No
-TX Offset T; The absolute frequency of the repeater offset to transmit on in KHz No
-Volume V; Set the volume level of the receiver No
-Reset X Reset all settings to default No
-Sleep Z Sleep radio No
-Filters @; Set bit to enable, clear bit to disable: 0 = pre/de-emphasis, 1 = high pass filter, 2 = low pass filter (default: ascii 7, all enabled) No
-Vox mode $; 0 = vox off, >= 1 audio sensitivity. lower value more sensitive No
-Mic Channel *; Set the voice channel. 0 = signal from mic or arduino, 1 = internal tone generator No
-RSSI ? Respond with the current receive level in - dBm (no sign provided on numerical response) No
-Tone Gen % (notes) To send a tone, use the following format: Single tone: %1,,; Dual tone: %2,,,; DTMF: %3,,; No
-Voice Level ^ Respond with the current voice level (VSSI)
-
-
-`
\ No newline at end of file