summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-11 18:41:04 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-07-11 18:41:04 +0200
commit78545b95090816767bf3e17c4745bb0c3db01a5f (patch)
tree660340e5a6d4dfbe875f0c83b556a6624f9465ad /quantum/keymap_common.c
parent5a25d5016892790acb08883a33ec21b1724a96c8 (diff)
downloadqmk_firmware-78545b95090816767bf3e17c4745bb0c3db01a5f.tar.gz
qmk_firmware-78545b95090816767bf3e17c4745bb0c3db01a5f.tar.xz
Fix unreferenced errors with mingw compiler and unit tests
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r--quantum/keymap_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c
index b1460c53c..1c522e8b8 100644
--- a/quantum/keymap_common.c
+++ b/quantum/keymap_common.c
@@ -169,7 +169,6 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt)
}
// translates key to keycode
-__attribute__ ((weak))
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key)
{
// Read entire word (16bits)