From 153e3f9add32753b39b58b58c9988fdba2094c3e Mon Sep 17 00:00:00 2001 From: Cepelinas <80171692+Manasx100@users.noreply.github.com> Date: Mon, 18 May 2026 21:49:51 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1cf671..4220bedc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # In this fork -This fork of deej adds remappable button support. Buttons must be defined in config with int values. The key values can be found here: https://github.com/micmonay/keybd_event/blob/master/keybd_windows.go (make sure to convert hex values to int) +This fork of deej adds remappable button support. Buttons must be defined in config with int values. The key values can be found here: https://github.com/micmonay/keybd_event/blob/master/keybd_windows.go (make sure to convert hex values to int) for windows and https://github.com/micmonay/keybd_event/blob/master/keybd_linux.go for linux (values are already int) Be sure to visit the [original repository](https://github.com/omriharel/deej) From be437912296e689483b60067c351a0ea560f62d8 Mon Sep 17 00:00:00 2001 From: Cepelinas <80171692+cipaks@users.noreply.github.com> Date: Mon, 18 May 2026 21:54:29 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4220bedc..f64586eb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Be sure to visit the [original repository](https://github.com/omriharel/deej) - Upload the Arduino code to your board (be sure to change the pin definitions). - Download the `deej-release.exe` file and `config.yaml` from the [release section](https://github.com/Miodec/deej/releases/tag/compile) (`deej-dev` will show a debug console window when launched) - If you run into any issues, feel free to ask in the [Deej Discord Server](https://discord.gg/nf88NJu) + - Linux users have to build this by running "git clone https://github.com/Miodec/deej", "cd deej" and "./pkg/deej/scripts/build-release.sh" the executable will be in the deej folder named deej-release (all commands should be ran without quotes). # Case files