Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down