This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
Releases: flukejones/rog-core
Releases · flukejones/rog-core
Correct the GX531 and G531 profiles
v0.15.3 Correct two laptop profiles. Update readme
Support G532, GX531
[0.15.2] - 2020-07-21
Changed
- GX531 now supports same LED features as GX502
Added
- Support for G532
Custom ROG key, support "Calc" fn key on G712
[0.15.0] - 2020-07-09
Changed
- Support "Calc" fn key on G712
- ROG key has limited customization, see README.md for details.
- Power
- Sleep
- MediaRecord
- MediaFastFwd
- MediaRewind
- MediaNext
- MediaPrev
- MediaStop
- MediaPlayPause
- MediaVolMute
- MediaVolUp
- MediaVolDown
- BacklightInc
- BacklightDec
- ControlConfig
- LaunchTextEditor
- LaunchEmailApp
- LaunchNewsReader
- LaunchCalendar
- LaunchCalculator
- LaunchWebBrowser
- FileBrowser
BREAKING
"rog_key": "ControlConfig",
is required to be added below line 1 in/etc/rogcore.conf
alternatively the config can be removed, allowing it to be recreated.
Udev rules and init fixes
[0.14.5] - 2020-07-07
Changed
- Correct some device handling and order of operations
BREAKING
- Not quite breaking, but the service should now be static (not enabled) and
the udev ruledata/rog-core.rules
used to start the service. This ensures
the device is actually initialised fully before the service starts.
Changes to initialization
[0.14.4] - 2020-07-07
Changed
- Changes to the way rog-core is initialised
Really fix bugs
- Fixes an issue where AuraMode was converting to the mode byte incorrectly (incorrect use of).
- Also adds some safeguards to correct an issue if the user edits the config to set invalid modes.
Fix laptop LED mode handling
- Try to correct how laptop modes are handled
Support G512, GU502
[0.14.1] - 2020-04-07
Added
- Support for G512 series
- Support for GU502 (variant of GA15)
Dbus expansion
[0.14.0] - 2020-01-07
Changed
- Further refine the way setting LED modes works so it is more universal, this
also allows for setting the brightness throughSetKeyBacklight
Added
README_DBUS.md
to document DBUS interface- Dbus method
GetKeyBacklight
- Dbus method
GetKeyBacklightModes
Bugfix
[0.13.1] - 2020-29-06
Fixed
- Properly initialise the device
- Better log formatting