From 7f7b7ffdc21361a9760fdc006b070787b1aaaa00 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 12 Nov 2019 11:28:49 +0900 Subject: [PATCH] xt_usb: Fix comment of scancode --- converter/xt_usb/unimap_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/xt_usb/unimap_common.h b/converter/xt_usb/unimap_common.h index 28027606..d56d7d30 100644 --- a/converter/xt_usb/unimap_common.h +++ b/converter/xt_usb/unimap_common.h @@ -64,7 +64,7 @@ along with this program. If not, see . * |-------| |----------------------------------------------------------------------| | * | 41| 42| | 2A | 2B| 2C| 2D| 2E| 2F| 30| 31| 32| 33| 34| 35| 36 | 37| 4F| 50| 51| 4E| * |-------| |----------------------------------------------------------------------| | - * | 43| 44| | 38 | 39 | 40 | 52 | 53 | | + * | 43| 44| | 38 | 39 | 3A | 52 | 53 | | * `-------' `--------------------------------------------------------------------------' */ #define UNIMAP_XT( \ -- 2.47.1