]> git.gir.st - tmk_keyboard.git/blob - layer.h
Synchronous USART support for PS/2 on V-USB stack
[tmk_keyboard.git] / layer.h
1 #ifndef LAYER_H
2 #define LAYER_H 1
3
4 #include <stdint.h>
5
6 extern uint8_t default_layer;
7 extern uint8_t current_layer;
8
9 /* return keycode for switch */
10 uint8_t layer_get_keycode(uint8_t row, uint8_t col);
11
12 /* process layer switching */
13 void layer_switching(uint8_t fn_bits);
14
15 #endif
Imprint / Impressum