diff options
author | tmk <nobody@nowhere> | 2011-01-23 04:19:17 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-01-23 04:19:17 +0900 |
commit | a28a2a6a5e74e0b6761ecdfdbfaaf56980429819 (patch) | |
tree | dab8a676dcdd2efbef339e1b2a2ce1b95facf087 /layer.h | |
parent | bf1a37ba712b3c42861e7cfabb174724791b41b6 (diff) |
rewrite code of layer switching
Diffstat (limited to 'layer.h')
-rw-r--r-- | layer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <stdint.h> +uint8_t default_layer; +uint8_t current_layer; /* return keycode for switch */ uint8_t layer_get_keycode(uint8_t row, uint8_t col); |