summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/twey/keymap.c
diff options
context:
space:
mode:
authormilestogo <milestogo@users.noreply.github.com>2017-03-09 00:51:30 +0100
committermilestogo <milestogo@users.noreply.github.com>2017-03-09 00:51:30 +0100
commitfeb858c5a9afff06ff54ec401359f8bfd5abdd73 (patch)
treecf61bfad47984bb4987540404f0ec349defbff1a /keyboards/ergodox/keymaps/twey/keymap.c
parentb5bfb5104b63766ab9a54509302a3f4b0b1d7b16 (diff)
parentffb04bad660ba7c487e4b923e4391b6c7dd5eddd (diff)
downloadqmk_firmware-feb858c5a9afff06ff54ec401359f8bfd5abdd73.tar.gz
qmk_firmware-feb858c5a9afff06ff54ec401359f8bfd5abdd73.tar.xz
Merge branch 'master' into sculpt2
Diffstat (limited to 'keyboards/ergodox/keymaps/twey/keymap.c')
-rw-r--r--keyboards/ergodox/keymaps/twey/keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/twey/keymap.c b/keyboards/ergodox/keymaps/twey/keymap.c
index 5deacd63f..1ecbce466 100644
--- a/keyboards/ergodox/keymaps/twey/keymap.c
+++ b/keyboards/ergodox/keymaps/twey/keymap.c
@@ -205,6 +205,7 @@ void matrix_init_user(void) {
// Runs constantly in the background, in a loop.
void matrix_scan_user(void) {
+ __attribute__ ((unused))
uint32_t layer0 = layer_state & (1UL << 0),
layer1 = layer_state & (1UL << 1),
layer2 = layer_state & (1UL << 2),