diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-19 00:04:14 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-19 00:04:14 -0500 |
commit | c2239e6b96fdea11d449d220db3d8bca40b38bde (patch) | |
tree | 0c2fe7df345868b56dfb3478ceb1b54a1e8eec29 /keyboards/ergodox/keymaps/twey/keymap.c | |
parent | 8d0fdf10086a0e8a1615f0521fccf1f5a2806497 (diff) | |
parent | 49e72632d2200fc3bf71d5ced2aa43058da3b2e0 (diff) |
merging
Diffstat (limited to 'keyboards/ergodox/keymaps/twey/keymap.c')
-rw-r--r-- | keyboards/ergodox/keymaps/twey/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/twey/keymap.c b/keyboards/ergodox/keymaps/twey/keymap.c index 5deacd63f5..1ecbce4661 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), |