Skip to content

Commit 450c264

Browse files
authored
Merge pull request #19 from tirrorex/master
Create keychron_q1_knob.json
2 parents 358bff5 + abe8ed8 commit 450c264

3 files changed

Lines changed: 1258 additions & 1 deletion

File tree

Project-Aurora/Project-Aurora/Settings/Configuration.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ public enum PreferredKeyboard
307307
//HyperX range is 1400-1499
308308
[Description("HyperX Alloy Elite RGB")]
309309
HyperX_Alloy_Elite_RGB = 1400,
310+
//Keychron q1 knob
311+
[Description("Keychron q1 knob ansi 75%")]
312+
Keychron_Q1_Knob_Ansi = 0107,
310313

311314
}
312315

Project-Aurora/Project-Aurora/Settings/KeyboardLayoutManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,8 @@ public void LoadBrand(PreferredKeyboard keyboard_preference = PreferredKeyboard.
796796
layoutConfigPath = Path.Combine(layoutsPath, "omen_four_zone.json");
797797
else if (keyboard_preference == PreferredKeyboard.HyperX_Alloy_Elite_RGB)
798798
layoutConfigPath = Path.Combine(layoutsPath, "hyperx_alloy_elite_rgb.json");
799-
799+
else if (keyboard_preference == PreferredKeyboard.Keychron_Q1_Knob)
800+
layoutConfigPath = Path.Combine(layoutsPath, "keychron_q1_knob.json");
800801
else
801802
{
802803
LoadNone();

0 commit comments

Comments
 (0)