aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-11 19:41:04 +0300
committerFred Sundvik <fsundvik@gmail.com>2017-07-11 19:41:04 +0300
commit78545b95090816767bf3e17c4745bb0c3db01a5f (patch)
tree660340e5a6d4dfbe875f0c83b556a6624f9465ad /quantum/keymap_common.c
parent5a25d5016892790acb08883a33ec21b1724a96c8 (diff)
downloadqmk_firmware-78545b95090816767bf3e17c4745bb0c3db01a5f.tar.gz
qmk_firmware-78545b95090816767bf3e17c4745bb0c3db01a5f.zip
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)
169} 169}
170 170
171// translates key to keycode 171// translates key to keycode
172__attribute__ ((weak))
173uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key) 172uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key)
174{ 173{
175 // Read entire word (16bits) 174 // Read entire word (16bits)