From 411de9cc22e927313a5a768f3bf41f2f99bca126 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 9 Jan 2013 22:33:33 +0900 Subject: Add new layer actions. --- common/keymap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/keymap.h') 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 -- cgit v1.2.1