Created
August 13, 2019 21:09
-
-
Save oscarcarlsson/dcdc5f0764d533b620580e775f302c1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling: keyboards/ergo60/keymaps/monotux/keymap.c keyboards/ergo60/keymaps/monotux/keymap.c:46:0: error: "UNICODE_KEY_LNX" redefined [-Werror] | |
#define UNICODE_KEY_LNX LCTL(LSFT(KC_E)) | |
In file included from quantum/process_keycode/process_unicodemap.h:19:0, | |
from quantum/quantum.h:103, | |
from keyboards/ergo60/ergo60.h:4, | |
from keyboards/ergo60/keymaps/monotux/keymap.c:15: | |
quantum/process_keycode/process_unicode_common.h:30:0: note: this is the location of the previous definition | |
#define UNICODE_KEY_LNX LCTL(LSFT(KC_U)) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment