From 895e5d2ca31ef309624626fe5f5102c5537573ef Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Wed, 10 Apr 2024 17:04:08 +1200 Subject: [PATCH] Support GA402N keyboard --- CHANGELOG.md | 6 +++++- rog-aura/data/aura_support.ron | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249cc9b3..2d7e1803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add ability to start rog-control-center fullscreen with a width and height. This should be useful for devices like the ROG Ally. - Many small changes due to requirements of slint UI +## Added + +- Support GA402N keyboard + ## [v5.0.8] ### Changed @@ -96,7 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SetOffWhenLidClosed, also add asusctl CLI option - Anime: add brightness_on_battery config option - Platform: add `post_animation_sound`, kernel 6.7+ requires patch -- Add changing of CPU energy perfromance preference in relation to throttle_thermal_policy. This means that the CPU correctly behaves according to throttle_thermal_policy (and platform profile use is _removed_) +- Add changing of CPU energy perfromance preference in relation to throttle*thermal_policy. This means that the CPU correctly behaves according to throttle_thermal_policy (and platform profile use is \_removed*) - Add setting of throttle_thermal_policy on power plug/unplug ### Changed diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index a1a4697f..a5022d17 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -439,6 +439,14 @@ advanced_type: None, power_zones: [Keyboard], ), + ( + board_name: "GA402N", + layout_name: "ga401q", + basic_modes: [Static, Breathe, Pulse, Rainbow, Strobe], + basic_zones: [], + advanced_type: None, + power_zones: [Keyboard], + ), ( board_name: "GA402R", layout_name: "ga401q",