Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jergusg/k380-function-keys-conf
Make function keys default on Logitech k380 bluetooth keyboard
https://github.com/jergusg/k380-function-keys-conf
Last synced: 15 days ago
JSON representation
Make function keys default on Logitech k380 bluetooth keyboard
- Host: GitHub
- URL: https://github.com/jergusg/k380-function-keys-conf
- Owner: jergusg
- License: gpl-3.0
- Created: 2015-12-23T09:42:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T00:27:11.000Z (over 2 years ago)
- Last Synced: 2024-08-01T03:29:20.201Z (3 months ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 746
- Watchers: 15
- Forks: 131
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - jergusg/k380-function-keys-conf
README
# k380-function-keys-conf
Make function keys default on Logitech k380 bluetooth keyboard.## Instructions
1) First install `build-essential` package (includes `gcc`, `make`, `libc-dev`, etc.).
```shell
# On Debian/Ubuntu run:
sudo apt install build-essential
# on CentOS/REHEL/Fedora
sudo dnf groupinstall "Development Tools"
# on Arch-linux
sudo pacman -Sy base-devel
```
2) Download installation files https://github.com/jergusg/k380-function-keys-conf/releases/ (Source code).3) Connect your K380 keyboard via bluetooth to your computer.
4) Run `make install`
5) Get the number of your keyboard hidraw interface - `/dev/hidrawX` where X is `0, 1, 2, 3`.
```shell
sudo ./fn_on.sh
```6) To switch keyboard's upper keys to F-keys run:
```
sudo k380_conf -d /dev/hidrawX -f on
```### Switch keys to F-keys automatically
After install do the following:
```
sudo make reload
```
Now, when you reconnect your keyboard it will be automatically switched to F-keys mode.## Based on
look there for more information