diff options
Diffstat (limited to 'tmk_core/protocol/host.h')
| -rw-r--r-- | tmk_core/protocol/host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/host.h b/tmk_core/protocol/host.h index 959753ae02..d824fca077 100644 --- a/tmk_core/protocol/host.h +++ b/tmk_core/protocol/host.h | |||
| @@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | extern "C" { | 27 | extern "C" { |
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | extern uint8_t keyboard_idle; | ||
| 31 | extern uint8_t keyboard_protocol; | ||
| 32 | |||
| 33 | /* host driver */ | 30 | /* host driver */ |
| 34 | void host_set_driver(host_driver_t *driver); | 31 | void host_set_driver(host_driver_t *driver); |
| 35 | host_driver_t *host_get_driver(void); | 32 | host_driver_t *host_get_driver(void); |
