diff options
Diffstat (limited to 'tmk_core/common/keycode.h')
-rw-r--r-- | tmk_core/common/keycode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index e7e09e098..734c9fbff 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h | |||
@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
22 | #ifndef KEYCODE_H | 22 | #ifndef KEYCODE_H |
23 | #define KEYCODE_H | 23 | #define KEYCODE_H |
24 | 24 | ||
25 | /* FIXME: Add doxygen comments here */ | ||
25 | 26 | ||
26 | #define IS_ERROR(code) (KC_ROLL_OVER <= (code) && (code) <= KC_UNDEFINED) | 27 | #define IS_ERROR(code) (KC_ROLL_OVER <= (code) && (code) <= KC_UNDEFINED) |
27 | #define IS_ANY(code) (KC_A <= (code) && (code) <= 0xFF) | 28 | #define IS_ANY(code) (KC_A <= (code) && (code) <= 0xFF) |