diff options
| author | Joel Challis <git@zvecr.com> | 2023-02-10 21:10:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 21:10:14 +0000 |
| commit | 1d0b4c8d38794dc019ecb224f2992b4ddfa70839 (patch) | |
| tree | 48e0423bcafbb2fa680c7bc5199aba8794665339 /quantum/keycode.h | |
| parent | 2ffdec5dc2a5cb350998168e76d7916e2d9728fc (diff) | |
Tidy up use of keycode range helpers (#19756)
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) |
