aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-23 12:24:34 +0900
committertmk <nobody@nowhere>2014-07-30 14:38:27 +0900
commit21e68fbea4fa5076fb9a6d9a6592dd263d65b078 (patch)
tree50629c4034ca82203796d5167c0b5e4e3b690930 /keyboard
parent4b2b32a14b805a363c5dc035a2d1384e60865ad3 (diff)
downloadfirmware-21e68fbea4fa5076fb9a6d9a6592dd263d65b078.tar.gz
firmware-21e68fbea4fa5076fb9a6d9a6592dd263d65b078.tar.bz2
firmware-21e68fbea4fa5076fb9a6d9a6592dd263d65b078.zip
Add help message
Diffstat (limited to 'keyboard')
-rw-r--r--keyboard/hhkb_rn42/MEMO.txt62
1 files changed, 62 insertions, 0 deletions
diff --git a/keyboard/hhkb_rn42/MEMO.txt b/keyboard/hhkb_rn42/MEMO.txt
index 86f5faef2..28c5a09d3 100644
--- a/keyboard/hhkb_rn42/MEMO.txt
+++ b/keyboard/hhkb_rn42/MEMO.txt
@@ -303,3 +303,65 @@ U,<baud>,<parity> change UART setting tentatively
V display firmware version
W wake from quiet mode enable discovery and connection
Z deep sleep mode(<2mA)
+
+
+
+help
+----
+*** SET COMMANDS ***
+SA,<3,0> - Authentication
+SC,<hex> - Service Class
+SD,<hex> - Device Class
+SE,<1-16> - UUID
+SF,1 - Factory Defaults
+SH,<hex> - HID flags
+SI,<hex> - Inquiry Scan Window
+SJ,<hex> - Page Scan Window
+SL,<E,O,N> - Parity
+SM,<0-5> - Mode (0=slav,1=mstr,2=trig,3=auto,4=DTR,5=Any)
+SN,<name> - Name
+SO,<text> - conn/discon Status
+SP,<text> - Pin Code
+SR,<adr> - Remote Address
+SS,<text> - Service Name
+ST,<num> - Config Timer
+SU,<rate> - Baudrate
+SW,<hex> - Sniff Rate
+SX,<1,0> - Bonding
+SY,<hex> - TX power
+SZ,<num> - Raw Baudrate
+S~,<0-6> - Profile (0=SPP,1=DCE,2=DTE,3=MDM,4=D&S,6=HID
+S?,<0-1> - role switch
+S$,<char> - CMD mode char
+S@,<hex> - io port dir
+S&,<hex> - io port val
+S%,<hex> - io boot dir
+S^,<hex> - io boot val
+S*,<hex> - pio(8-11) set
+S|,<hex> - low power timers
+S+,<num> - DTR timer
+S=,<hex> - Key mapper
+S:,<num> - sleep timer
+*** DISPLAY ***
+D - Basic Settings
+E - Extended Settings
+G<X> - Stored setting
+GB - BT Address
+GF - BT Address of Last Connection
+GK - Connect Status
+G& - I/O Ports
+V - Firmare version
+*** OTHER ***
+C,<adr> - Connect
+F,1 - Fast Mode
+I,<time>,<cod> - Device Scan Inquiry
+J - Hide Pin Code
+K, - Kill (disconnect)
+L, - toggle local echo
+P,<text> - Pass Thru
+Q - Quiet (no discovery)
+R,1 - Reboot
+T,<0,1> - send data in CMD mode
+U,<rate>,<E,O,N> - Temp Uart Change
+Z - low power sleep
+& - Read switches
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339