diff options
-rw-r--r-- | common/EventMapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/EventMapper.cpp b/common/EventMapper.cpp index 47db61e472..5f6771a71d 100644 --- a/common/EventMapper.cpp +++ b/common/EventMapper.cpp @@ -50,7 +50,7 @@ List<Event> DefaultEventMapper::mapEvent(const Event &ev, EventSource *source) { if (mappedEvent.type == EVENT_INVALID) mappedEvent = ev; -#ifdef ENABLE_VKEYBD +#ifdef ENABLE_KEYMAPPER // TODO: this check is not needed post-split if (mappedEvent.type == EVENT_CUSTOM_BACKEND_HARDWARE) { warning("EVENT_CUSTOM_BACKEND_HARDWARE was not mapped"); |