Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eruption-project/eruption

Realtime RGB LED Driver for Linux
https://github.com/eruption-project/eruption

Update dependencies

1e4b7a7c631514ee3562027eb95bb4d890549979 authored about 4 years ago
Fix PKGBUILD

060fc481f19e7e15de6e40b591b12bbc501f3c64 authored about 4 years ago
Update PKGBUILD

d62b56853b5c5afc1e785c0182458a1e12552647 authored about 4 years ago
Add pulsating color effect

Add pulsating color effect in Lua script `pulse.lua`
Add new library `easing.lua`, that provides...

8ab2e15778a45947c356b3f4f92862aaffba9cac authored about 4 years ago
Update dependencies

2b9dd7b9ad58406442133e64a5734bb946d49865 authored about 4 years ago
Merge branch 'master' into eruption-gui

369c66342fb97e96e8d0cd7322050773fc1f4b32 authored about 4 years ago
Update DOCUMENTATION.md

5e11be0969097d27dcff65012167e5bc316229c9 authored about 4 years ago
Update README.md

2095914e9427fbb3757f99d250f5d95fc35852e5 authored about 4 years ago
Bump versions

be3c7747108893c25da21471e4db0267bc6eee7a authored about 4 years ago
Add some more math functions

0d8dd88fbe9eed03ff452bd7d998ba59fbb51972 authored about 4 years ago
Update profiles and scripts

Remove leftover code in user-mappings.lua from the time before
we had `eruption-process-monitor`...

363fbe124b6d0aabee1b96e755d4b13d4574b22e authored about 4 years ago
Fix clippy warnings

f6ba13847b79cf984e29d4fa017d850d28060ca3 authored about 4 years ago
Add experimental support for ROCCAT Kone Aimo

27fbe9b4835827ad29141d858612a9d06a8c4cad authored about 4 years ago
Update `eruption-debug-tool`

Add a new experimental driver for the ROCCAT Kone Aimo

e7412c4b68ab99462833f3d93b53119cc3ebe7c3 authored about 4 years ago
Disable `eruption-process-monitor` by default

3e35769664375d6f2d5b4d6d0579405658fd2281 authored about 4 years ago
Merge branch 'master' into eruption-gui

35211214fdd8a2683daab23bf6ef66a31651b6d4 authored about 4 years ago
Fix clippy warning

0bb5e8e55819da9633f91e3421c8c31190d3841e authored about 4 years ago
Don't spam the logs

433362e571b840cdd85b0a1e8ae46ea2d1bb8b7b authored about 4 years ago
Merge branch 'master' into eruption-gui

d1d1480732cc48011789c8e5b351b616749a4bd8 authored about 4 years ago
Support changing brightness

Support changing the master brightness via the dial knob, when in FX
mode.

9c6a2ef36806b9cecf5fc6b9ab81dce748f35602 authored about 4 years ago
WIP: Scale the keyboard to the size of the window

972896ee8708319c4041fa2ff5e563ad053fa02e authored about 4 years ago
Update dependencies

30c1daebc030d08d5856905b10c8bf2e32f1448a authored about 4 years ago
Remove unecessary Arc around atomics

28c9b320906628fd16518b58507c23b0a4e4dad9 authored about 4 years ago
Fix clippy error

2ddc522a1a5e74cd2b28edf7d27a9739708ced75 authored about 4 years ago
Merge branch 'master' into eruption-gui

8dbbd70101b47b55e9e3bbb8a024086dba4a89dd authored about 4 years ago
Reset audio backend on profile switch

When switching profiles and slots via the D-Bus interface we need to
reset the audio backend too.

8c08093ad0b86a21444fb16482aa302af8d2d589 authored about 4 years ago
Add new subcommand `run-tests`

Add a new subcommand to `eruption-debug-tool` that tries to open a
device, initialize it and the...

1e3aca07fb70bbdfeebcc6bd54da845b43c4cd1f authored about 4 years ago
Update dependencies

e2928d792cc8d6b0f5481fe1779a31abac6209c1 authored about 4 years ago
Merge branch 'master' into eruption-gui

94bb7aea67202142c7619c9f4d83f26b5ee44a80 authored about 4 years ago
Fix clippy warnings

7c71c528d031c8bfcd0bb2dc669dec1350dc7b85 authored about 4 years ago
Fix printing of firmware version

We have to wait until the futures complete

942de41cc9d6aabe1298bd8ec4f17584ce0dab1d authored about 4 years ago
Robustify device handling

Exit gracefully when a device is disconnected.
Support generic mice via a dedicated driver.
Bett...

fce319cc9e30914dc69f68a07311256fa72b0d94 authored about 4 years ago
WIP: Add eruption-gui

Add a simple GTK3+ based GUI

e3188e69ec992bec9abc6a09af9e5a3ca7230fbe authored about 4 years ago
Update dependencies

Downgrade tokio to version 0.2 since version 0.3.1 causes panics

9450c62b98d68af1bbdf2ca030ae3e8d878daf71 authored about 4 years ago
Update ROCCAT Kova Aimo driver

Disable untested parts of the code

1ee8ac9c8debb736a257ea3635f9de5f5e0bae82 authored over 4 years ago
Update documentation

4896a476d68898d09975e9df125e14a5b2e1c544 authored over 4 years ago
Add `eruption-process-monitor`

Add a daemon that monitors the system for certain events and acts upon
them. Using a rule-based ...

c050b8c5a09370835f8b006eaaf8ffe960d19151 authored over 4 years ago
Revert "Cleanup main loop"

It caused problems with leaking keystrokes on macro key invocation. We
have to wait for upcalls ...

ccbb4d0605571bef7c886c353c96db962bcd5e61 authored over 4 years ago
Add support for ROCCAT Kova Aimo

6c3886c337024b6959ff5802877a6a452d711dcf authored over 4 years ago
Update dependencies

e4292bd184c440b4fa8f65ee760f6410d38138a6 authored over 4 years ago
Update dependencies

ae578e7c2696e0622574d298c02e0f1cfc18d4bd authored over 4 years ago
Update dependencies

6fb22dfc21d167d1e9766af2e8b02ee36413bc8a authored over 4 years ago
Cleanup main loop

Remove all waits on upcalls to Lua VMs
Refactor wait code to use select

eec8c6981912fdc66b4c276d40278b5256a005ef authored over 4 years ago
Update dependencies

8f9f0df90b83f4409cce1cc7e23a0a034989e433 authored over 4 years ago
Update CHANGES.md

c9e6511faf56d265e150339023ba0397b9d39c4e authored over 4 years ago
Update dependencies

843d9bc61f22262402192a0fd53300c59e88f9df authored over 4 years ago
Print device firmware version

153a9ee0e6b9c1b9d14614b93815836c81776858 authored over 4 years ago
Do not recognize ROCCAT Ryos as a mouse

f048f8319cc9e7436354692ed145891e37ce349b authored over 4 years ago
Warn on outdated firmware version

Print a warning when running on a device with an outdated and
unsupported firmware revision

2cf3cd3ceed391af0c2899eec965fd2b823bd55f authored over 4 years ago
Update PKGBUILD

2b3e3e525059641f6f84fbbb632cfe5e1c53def8 authored over 4 years ago
Fix spelling

83585b77b88729c78e864253c74eafbb0fc13e28 authored over 4 years ago
Revert "Add HID event for enter key"

This reverts commit 20e9b35c9440040a88534583f23ab6bf7772aaa9, since it
is not needed as of now

e2e53e5b249d3932173426a4279337012d6c5c2d authored over 4 years ago
Add HID event for enter key

20e9b35c9440040a88534583f23ab6bf7772aaa9 authored over 4 years ago
Revert "Fix "return key" bug on startup"

This reverts commit ed96b2ee2f86634c21664497e178fa53b8de1e25, since it
does not work as expected.

508377086f261a93eefd534299f03dabd64f3e42 authored over 4 years ago
Cleanups

15fc5a0ab160a478d8f87195ffecf2add2edced8 authored over 4 years ago
Use specific constant

Refactor code to use its own specific timeout value

661682fb3a62f3df699cd8077b0fc056f4fed5f8 authored over 4 years ago
Update neighbor topology

Do not highlight B and H keys on press of ALT or ALT GR.
This fixes #19

af16edb767306bfd71de1be7ff21b4510d1b96f1 authored over 4 years ago
Fix "return key" bug on startup

We fail to register "return key up" on startup of the daemon. Fix this
by injecting that event m...

ed96b2ee2f86634c21664497e178fa53b8de1e25 authored over 4 years ago
Update CHANGES.md

a0e3ef0739330350c4ec232fed34d9b75b037e89 authored over 4 years ago
Clippy cleanups

1d4fc1ee99697db19f5b59c5ceefc250eb8878d0 authored over 4 years ago
Change LED color handling

Use the color of KP_ENTER for now for supported mice

359f858b02943b6d5090bef5979d0602d50fafc4 authored over 4 years ago
Update packaging

Add `eruption-debug-tool` binary

591979ad17762cdcf8df230c0eb630b696d4243f authored over 4 years ago
Make "secondary devices" experimental

c423599b007fcd3939ef70d934d1bd6f0eccd7c5 authored over 4 years ago
Update CHANGES.md

31e5d16c3fde7f5a65e451bef42a59b3c695d010 authored over 4 years ago
Enable safety notice

289eb446f12db009e8e20d75937d7b07ba926011 authored over 4 years ago
Add "experimental features" framework

Allow to enable or disable experimental features via config file

6e1b1b58f356db89586a301a70b7a87b2ea9969c authored over 4 years ago
Cleanups

Update CHANGES.md
Delete unused file

c57a5f616177a3dbfd1c771586acfffff1ad6466 authored over 4 years ago
Improve hardware support

Support reading out of firmware revision
Add support for secondary subdevices (like mice that ex...

05a57b7cd6dcb9415f7c82a00491364bacfc0f6a authored over 4 years ago
Update dependencies

a602d0d9d04d60ea3182a3a4d96ca4b879d7f49a authored over 4 years ago
Update dependencies and documentation

1c553ebdd034bc701c97bf6e141af84239e120e0 authored over 4 years ago
Cleanup eruption-debug-tool

d977c41b1f49eed891b4f371e6eedd784e0bb3ed authored over 4 years ago
Wait longer on shutdown

Increase the wait timeout on shutdown of the daemon since the "LED off pattern"
was not correctl...

ba13b14dc4c06a1c9e4b0e3c9e1d7258c2b48959 authored over 4 years ago
Add LED support for ROCCAT Kone Pure Ultra

cdafb4fb5056a75bad9905638e139b6c8a2cb470 authored over 4 years ago
Add eruption-debug-tool

Add a new utility that may be used to analyze yet unknown hardware.

27078b3df6c22b44fa8f17800ec84a7ecd26d4a3 authored over 4 years ago
Tighten timings

Improve the timing code to only wait when we really need to.
Tighten the timings somewhat.

32ed10f44f21371fe9e06192020ff61dca9a2c9a authored over 4 years ago
Update dependencies

ad74af2d8627134ce72ccf3d8f791b314e047824 authored over 4 years ago
Update Cargo.toml

04d432c24884d3f60ee2a294dfd7bfbc18537106 authored over 4 years ago
Update .gitignore

7feb3d1318fa542345694f8b91e31025f3143d79 authored over 4 years ago
Update dependencies

6d6c21834864981ca5d12904b558a15e8788d2f7 authored over 4 years ago
Enable halo effect

Enable halo.lua in profile1.profile

9ba2f487b3afca437793c8cc980de12c1b808c67 authored over 4 years ago
Fix video link

41d7190ae48a28cd7c38c7ed34c71cef6244d213 authored over 4 years ago
WIP: Improve shockwave.lua

Round two of improvements to the shockwave effect

de2119518309115597c2f22de449675117f340e2 authored over 4 years ago
Update profile1.profile

9542abb76e31e35b42a9e2232985b500b668f2c1 authored over 4 years ago
Update CHANGES.md

797ae4060507beec148d6e49da7958abc6ae198f authored over 4 years ago
Add new effect

Add a new effect script `halo.lua`

8a26093c8a01c69ccfb8487662ce5e3110079191 authored over 4 years ago
Add teaser video

Add a short teaser video to the README.md file

74574b24c414e1613b2a9cd6056a5563bc2dc0cf authored over 4 years ago
Update dependencies

37fba7b65f1f6afd163088fbac51ffb78364c1ff authored over 4 years ago
Revert to previous version of `shockwave.lua`

158ba401f463b442501a5907bdc58d516eca9b6b authored over 4 years ago
Add reference to eruption-netfx man page

125e337d78e723e155f2e96a5938cc4ff23b3399 authored over 4 years ago
Remove spurious tag

3b4c75d34a656cf2c18736cd6e281a72f1da5fef authored over 4 years ago
Bump version

99a5481c485b48db21c746c757f7d4eb0c033ece authored over 4 years ago
Update dependencies

ebeea98d73bdcca6f03a654822bdd96cb23d41c6 authored over 4 years ago
Update .spec file

63a58e0e1b0dec3a0cecec7d4227c57d9a2da5e0 authored over 4 years ago
Hotfix: Disable SO_REUSEPORT

Disable SO_REUSEPORT, it fails on Fedora

ca77d9a1853552098efb866cc7dfbb8aa43a0a43 authored over 4 years ago
Update .spec file

f6103643529bf1a98c3df0f3304ef392fdc0a78c authored over 4 years ago
Update PKGBUILD

c13e23543ca6b127b2ed1712e360f0d174acd096 authored over 4 years ago
Update dependencies

513c30d589584e8d42835b2e3ddcf332fb2ec23f authored over 4 years ago
Fix leaking keys

Second attempt to fix leaking keystrokes

c3d2d43d5d588bd948d8743be77ff99b3f109cc2 authored over 4 years ago
Revert "Fix spurious key repeats"

This reverts commit 72d50362bf27b6a00c544ce6b5de3f133bffada4.
The code does not work as intended...

296b37670fe8531cb145e1ed66fb7d29b9e381fd authored over 4 years ago
Fix spurious key repeats

When CAPS LOCK gets released while another key is held down, it was
possible for a key to get st...

72d50362bf27b6a00c544ce6b5de3f133bffada4 authored over 4 years ago