Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oscarcarlsson/dcdc5f0764d533b620580e775f302c1a to your computer and use it in GitHub Desktop.
Save oscarcarlsson/dcdc5f0764d533b620580e775f302c1a to your computer and use it in GitHub Desktop.
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