diff Macro/PartialMap/macro.c @ 132:e08d7b586ea3

Adding analog.c lib from teensyduino. - Mostly for reference, you shouldn't include it verbatim in your module.
author Jacob Alexander <haata@kiibohd.com>
date Sat, 12 Apr 2014 21:13:37 -0700
parents 670fc9c3a739
children ed12d6f4267f
line wrap: on
line diff
--- a/Macro/PartialMap/macro.c	Sat Apr 12 21:09:35 2014 -0700
+++ b/Macro/PartialMap/macro.c	Sat Apr 12 21:13:37 2014 -0700
@@ -53,8 +53,8 @@
 
 // ----- Variables -----
 
-// Output Module command dictionary
-char*       macroCLIDictName = "Macro Module Commands";
+// Macro Module command dictionary
+char*       macroCLIDictName = "Macro Module Commands (Not all commands fully work yet...)";
 CLIDictItem macroCLIDict[] = {
 	{ "capList",     "Prints an indexed list of all non USB keycode capabilities.", cliFunc_capList },
 	{ "capSelect",   "Triggers the specified capability. U10 - USB Code 0x0A. K11 - Keyboard Capability 0x0B. S10 - Scancode 0x0A", cliFunc_capSelect },