Skip to content

Commit

Permalink
Merge pull request #1 from 7kasper/patch-2
Browse files Browse the repository at this point in the history
Add HID option to settings.
  • Loading branch information
7kasper committed Jan 7, 2022
2 parents 9e0bef9 + 47da82a commit 3fca1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/setting/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ function showAlertsMenu() {


function showBLEMenu() {
var hidV = [false, "kbmedia", "kb", "joy"];
var hidN = ["Off", "Kbrd & Media", "Kbrd","Joystick"];
var hidV = [false, "kbmedia", "kb", "com", "joy"];
var hidN = ["Off", "Kbrd & Media", "Kbrd", "Kbrd & Mouse" ,"Joystick"];
E.showMenu({
'': { 'title': 'Bluetooth' },
'< Back': ()=>showMainMenu(),
Expand Down

0 comments on commit 3fca1a3

Please sign in to comment.