From 206b7665a1adbc69a19b21c489aef3cd5a4e1b69 Mon Sep 17 00:00:00 2001 From: Wouter Meek Date: Fri, 29 Nov 2024 11:11:42 +0100 Subject: [PATCH 1/2] [BLE remote] update keymap --- BluetoothRemoteControl/keymaps/bluetooth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BluetoothRemoteControl/keymaps/bluetooth.json b/BluetoothRemoteControl/keymaps/bluetooth.json index 35901832d..786d01d01 100644 --- a/BluetoothRemoteControl/keymaps/bluetooth.json +++ b/BluetoothRemoteControl/keymaps/bluetooth.json @@ -6,9 +6,9 @@ { "$comment": "KEY_RIGHT", "code": 4521984, "key": 106 }, { "$comment": "KEY_DOWN", "code": 4390912, "key": 108 }, { "$comment": "KEY_ENTER", "code": 4259840, "key": 28 }, - { "$comment": "KEY_BACKSPACE", "code": 2490368, "key": 14 }, + { "$comment": "KEY_BACKSPACE", "code": 2490368, "key": 1 }, { "$comment": "KEY_HOME", "code": 2293760, "key": 102 }, - { "$comment": "KEY_MENU", "code": 10682368, "key": 139 }, + { "$comment": "KEY_MENU", "code": 10682368, "key": 14 }, { "$comment": "KEY_VOLUMEUP", "code": 15269888, "key": 115 }, { "$comment": "KEY_VOLUMEDOWN", "code": 15335424, "key": 114 }, { "$comment": "KEY_PLAYPAUSE", "code": 13434880, "key": 164 }, From 1499986501221182a95336b0e35ff709e45ea18d Mon Sep 17 00:00:00 2001 From: Wouter Meek Date: Fri, 29 Nov 2024 11:11:56 +0100 Subject: [PATCH 2/2] [BLE remote] update keymap --- BluetoothRemoteControl/keymaps/Notus S2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BluetoothRemoteControl/keymaps/Notus S2.json b/BluetoothRemoteControl/keymaps/Notus S2.json index 35901832d..786d01d01 100644 --- a/BluetoothRemoteControl/keymaps/Notus S2.json +++ b/BluetoothRemoteControl/keymaps/Notus S2.json @@ -6,9 +6,9 @@ { "$comment": "KEY_RIGHT", "code": 4521984, "key": 106 }, { "$comment": "KEY_DOWN", "code": 4390912, "key": 108 }, { "$comment": "KEY_ENTER", "code": 4259840, "key": 28 }, - { "$comment": "KEY_BACKSPACE", "code": 2490368, "key": 14 }, + { "$comment": "KEY_BACKSPACE", "code": 2490368, "key": 1 }, { "$comment": "KEY_HOME", "code": 2293760, "key": 102 }, - { "$comment": "KEY_MENU", "code": 10682368, "key": 139 }, + { "$comment": "KEY_MENU", "code": 10682368, "key": 14 }, { "$comment": "KEY_VOLUMEUP", "code": 15269888, "key": 115 }, { "$comment": "KEY_VOLUMEDOWN", "code": 15335424, "key": 114 }, { "$comment": "KEY_PLAYPAUSE", "code": 13434880, "key": 164 },