# k380-function-keys-conf **Repository Path**: main_313/k380-function-keys-conf ## Basic Information - **Project Name**: k380-function-keys-conf - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-24 - **Last Updated**: 2022-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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