]> git.gir.st - tmk_keyboard.git/blob - layer.h
changed wait time for volume control.
[tmk_keyboard.git] / layer.h
1 #ifndef LAYER_H
2 #define LAYER_H 1
3
4 #include <stdint.h>
5
6
7 /* return keycode for switch */
8 uint8_t layer_get_keycode(uint8_t row, uint8_t col);
9
10 /* process layer switching */
11 void layer_switching(uint8_t fn_bits);
12
13 #endif
Imprint / Impressum