From 4b46ece09a83041c87d94e987debd2e59a3ef1f2 Mon Sep 17 00:00:00 2001 From: Chris Dearner Date: Mon, 5 Feb 2024 12:49:49 +0000 Subject: [PATCH] Added G814JZ to aura_support.ron (uses G814JI keymap) --- rog-aura/data/aura_support.ron | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 23447e4d..39f39241 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -415,6 +415,14 @@ advanced_type: PerKey, power_zones: [Keyboard, Lightbar], ), + ( + board_name: "G814JZ", + layout_name: "g814ji-per-key", + basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], + basic_zones: [], + advanced_type: PerKey, + power_zones: [Keyboard, Lightbar], + ), ( board_name: "G834JZ", layout_name: "g814ji-per-key", @@ -719,4 +727,4 @@ advanced_type: None, power_zones: [Keyboard], ), -]) \ No newline at end of file +])