Instead of full docs, only document the commands

Full documentation takes way too much space, and command names are a reasonable
compromise for discoverability.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 379a2d483b
commit cdbbc0cd0a

@ -23,16 +23,8 @@
#define FOCUS_HOOK_KEYMAP FOCUS_HOOK(EEPROMKeymap.focusKeymap, \ #define FOCUS_HOOK_KEYMAP FOCUS_HOOK(EEPROMKeymap.focusKeymap, \
"keymap.dump\n" \ "keymap.dump\n" \
"-----------\n" \ "keymap.upload")
"Dumps the keymap from EEPROM.\n\n" \
"keymap.upload <flag keyCode>...\n" \
"-------------------------------\n" \
"Uploads a new keymap to EEPROM." \
"Starts at layer 0, row 0, column 0, " \
"and continues as long as there is data on the line.")
#define FOCUS_HOOK_KEYMAP_TRANSFER FOCUS_HOOK(EEPROMKeymap.focusKeymapTransfer, \ #define FOCUS_HOOK_KEYMAP_TRANSFER FOCUS_HOOK(EEPROMKeymap.focusKeymapTransfer, \
"keymap.transfer layer\n" \ "keymap.transfer layer")
"---------------------\n" \
"Transfers the `layer` from PROGMEM to EEPROM.")

Loading…
Cancel
Save