Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Releases: flukejones/rog-core

Correct the GX531 and G531 profiles

21 Jul 22:36
b8faaa6
Compare
Choose a tag to compare
v0.15.3

Correct two laptop profiles. Update readme

Support G532, GX531

21 Jul 10:07
dd89731
Compare
Choose a tag to compare

[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

08 Jul 23:19
4f4e0b8
Compare
Choose a tag to compare

[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

08 Jul 09:59
1f297ba
Compare
Choose a tag to compare

[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 rule data/rog-core.rules used to start the service. This ensures
    the device is actually initialised fully before the service starts.

Changes to initialization

07 Jul 08:56
857ef8b
Compare
Choose a tag to compare

[0.14.4] - 2020-07-07

Changed

  • Changes to the way rog-core is initialised

Really fix bugs

05 Jul 09:27
8da748b
Compare
Choose a tag to compare
  • 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

04 Jul 12:28
a4c5b27
Compare
Choose a tag to compare
  • Try to correct how laptop modes are handled

Support G512, GU502

03 Jul 22:30
1cbc4c9
Compare
Choose a tag to compare

[0.14.1] - 2020-04-07

Added

  • Support for G512 series
  • Support for GU502 (variant of GA15)

Dbus expansion

30 Jun 23:19
efe88aa
Compare
Choose a tag to compare

[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 through SetKeyBacklight

Added

  • README_DBUS.md to document DBUS interface
  • Dbus method GetKeyBacklight
  • Dbus method GetKeyBacklightModes

Bugfix

29 Jun 22:16
20b82b1
Compare
Choose a tag to compare

[0.13.1] - 2020-29-06

Fixed

  • Properly initialise the device
  • Better log formatting