SimonO93 / k380-function-keys-conf

MacOS app to make function keys default on Logitech k380 bluetooth keyboard
GNU General Public License v3.0
11 stars 2 forks source link

unable to open device #1

Open stoneJava opened 4 years ago

stoneJava commented 4 years ago

hidapi-0.9.0 mac os :10.15.5

0v3rt1r3d commented 3 years ago

Have the same issue. Mac OS: BigSur 11.1 hidapi: 0.10.1

I suppose there are different HID_VENDOR_ID_LOGITECH and HID_DEVICE_ID_K380 for our keyboards. Could you tell me how to get the ids if I am a noobie at work with hardware devices on mac os?

Quanuanc commented 3 years ago

@stoneJava @0v3rt1r3d See the 3 point of README:

  1. Run it as root (Note that you might be asked to give permissions for terminal app to access input device)

Below is the step how to give permissions to Terminal.app:

  1. On your Mac, choose Apple menu > System Preferences, click Security & Privacy, then click Privacy.
  2. Select Input Monitoring.
  3. Click the add button to add Terminal.app to allow it monitor your input device.

Then rerun "sudo ./k380 -f on", you will see it works.

Grynn commented 2 years ago

Did you use sudo? (I forgot the first time around)