From 3531ea81afa338e8d06e5efbcdfe8d7dfddc3514 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 30 May 2022 13:41:52 +0900 Subject: [PATCH] adb: Remove unused definitions --- tmk_core/protocol/adb.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmk_core/protocol/adb.h b/tmk_core/protocol/adb.h index 914f1085..a1d41d5b 100644 --- a/tmk_core/protocol/adb.h +++ b/tmk_core/protocol/adb.h @@ -68,11 +68,6 @@ POSSIBILITY OF SUCH DAMAGE. #define ADB_ADDR_13 13 #define ADB_ADDR_14 14 #define ADB_ADDR_15 15 -// for temporary purpose, do not use for polling -#define ADB_ADDR_KBD_POLL 9 -#define ADB_ADDR_MOUSE_POLL 10 -#define ADB_ADDR_KBD_TMP 14 -#define ADB_ADDR_MOUSE_TMP 15 // Command Type #define ADB_CMD_RESET 0 #define ADB_CMD_FLUSH 1