aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keycode_config.h
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-07-04 12:32:08 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-07-04 12:32:08 -0400
commit2e1cfaf73fccdfaba2d7542f00bd7c3d49998d5d (patch)
tree9d8e9c6b71116f01c56c870a9e1071760899ff77 /quantum/keycode_config.h
parent44a5f7630f18b40b36270d49449a43cd42b802f0 (diff)
parent9e01b219f32b0086728c10658928b8bffcc26ef7 (diff)
downloadfirmware-2e1cfaf73fccdfaba2d7542f00bd7c3d49998d5d.tar.gz
firmware-2e1cfaf73fccdfaba2d7542f00bd7c3d49998d5d.tar.bz2
firmware-2e1cfaf73fccdfaba2d7542f00bd7c3d49998d5d.zip
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r--quantum/keycode_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h
index c41c08706..6216eefc9 100644
--- a/quantum/keycode_config.h
+++ b/quantum/keycode_config.h
@@ -18,4 +18,4 @@ typedef union {
};
} keymap_config_t;
-keymap_config_t keymap_config; \ No newline at end of file
+extern keymap_config_t keymap_config;