diff options
author | tmk <nobody@nowhere> | 2010-10-26 21:32:45 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-26 21:32:45 +0900 |
commit | 461e0d3d8c82cc78d29d3115af3c417bb51bb50f (patch) | |
tree | 844b28eed904f72aa18873f25de435379fa1bad3 /util.h | |
parent | 7a336b05ec2d1056fe2206ae218199c66e8980da (diff) | |
download | qmk_firmware-461e0d3d8c82cc78d29d3115af3c417bb51bb50f.tar.gz |
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy)
ADD: debug toggle
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#ifndef UTIL_H +#define UTIL_H 1 + +#define XSTR(s) STR(s) +#define STR(s) #s + +#endif |