diff options
| author | tmk <nobody@nowhere> | 2013-01-09 22:33:33 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-01-09 22:33:33 +0900 |
| commit | 411de9cc22e927313a5a768f3bf41f2f99bca126 (patch) | |
| tree | cff699c11ec293df8375566e7a3d186712e72e74 /common/keymap.h | |
| parent | 4324e163360db4c6ebd25cab74d09d42b3021278 (diff) | |
| download | qmk_firmware-411de9cc22e927313a5a768f3bf41f2f99bca126.tar.gz qmk_firmware-411de9cc22e927313a5a768f3bf41f2f99bca126.zip | |
Add new layer actions.
Diffstat (limited to 'common/keymap.h')
| -rw-r--r-- | common/keymap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/keymap.h b/common/keymap.h index 935d886d7..f992be18e 100644 --- a/common/keymap.h +++ b/common/keymap.h | |||
| @@ -35,6 +35,5 @@ uint8_t keymap_fn_keycode(uint8_t fn_bits); | |||
| 35 | * new keymap interface: action | 35 | * new keymap interface: action |
| 36 | */ | 36 | */ |
| 37 | action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col); | 37 | action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col); |
| 38 | uint8_t keymap_process_event(keyevent_t event); | ||
| 39 | 38 | ||
| 40 | #endif | 39 | #endif |
