diff options
| author | tmk <nobody@nowhere> | 2010-10-28 15:43:51 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2010-10-28 15:43:51 +0900 |
| commit | 6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (patch) | |
| tree | 54fa3d4def2748cc19faff5f9d6b393d75a556ac /keymap_skel.h | |
| parent | 46545c038034845658e40f1637b5a4465a9aefda (diff) | |
| download | qmk_firmware-6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8.tar.gz qmk_firmware-6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8.zip | |
ADD: macway/doc
FIX: keymap
Diffstat (limited to 'keymap_skel.h')
| -rw-r--r-- | keymap_skel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keymap_skel.h b/keymap_skel.h index ab8cce7ae..c2b94177e 100644 --- a/keymap_skel.h +++ b/keymap_skel.h | |||
| @@ -11,8 +11,8 @@ uint8_t keymap_get_keycodel(int layer, int row, int col); | |||
| 11 | int keymap_get_layer(void); | 11 | int keymap_get_layer(void); |
| 12 | int keymap_set_layer(int layer); | 12 | int keymap_set_layer(int layer); |
| 13 | 13 | ||
| 14 | bool keymap_is_special_mode(int fn_bits); | 14 | bool keymap_is_special_mode(uint8_t fn_bits); |
| 15 | /* process Fn keys. This.should be called every scan. */ | 15 | /* process Fn keys. This.should be called every scan. */ |
| 16 | void keymap_fn_proc(int fn_bits); | 16 | void keymap_fn_proc(uint8_t fn_bits); |
| 17 | 17 | ||
| 18 | #endif | 18 | #endif |
