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) |
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 935d886d77..f992be18e8 100644 --- a/common/keymap.h +++ b/common/keymap.h @@ -35,6 +35,5 @@ uint8_t keymap_fn_keycode(uint8_t fn_bits); * new keymap interface: action */ action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col); -uint8_t keymap_process_event(keyevent_t event); #endif |