diff options
Diffstat (limited to 'quantum/keycode.h')
| -rw-r--r-- | quantum/keycode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/keycode.h b/quantum/keycode.h index 45736e92f1..03989ed8f6 100644 --- a/quantum/keycode.h +++ b/quantum/keycode.h | |||
| @@ -27,8 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | /* FIXME: Add doxygen comments here */ | 27 | /* FIXME: Add doxygen comments here */ |
| 28 | 28 | ||
| 29 | #define IS_ANY(code) (KC_A <= (code) && (code) <= 0xFF) | 29 | #define IS_ANY(code) (KC_A <= (code) && (code) <= 0xFF) |
| 30 | #define IS_KEY(code) IS_BASIC_KEYCODE(code) | ||
| 31 | #define IS_MOD(code) IS_MODIFIERS_KEYCODE(code) | ||
| 32 | 30 | ||
| 33 | #define IS_SYSTEM(code) IS_SYSTEM_KEYCODE(code) | 31 | #define IS_SYSTEM(code) IS_SYSTEM_KEYCODE(code) |
| 34 | #define IS_CONSUMER(code) IS_MEDIA_KEYCODE(code) | 32 | #define IS_CONSUMER(code) IS_MEDIA_KEYCODE(code) |
