From 2c0cdcf7b2f57caf2ab842e44b8bc58a52251fcb Mon Sep 17 00:00:00 2001 From: Nikolai Grigoriev Date: Mon, 28 Oct 2024 02:23:15 -0400 Subject: Improve consistency of syntax within `data/constants/keycodes` (#24528) --- data/constants/keycodes/keycodes_0.0.2_midi.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/constants/keycodes/keycodes_0.0.2_midi.hjson') diff --git a/data/constants/keycodes/keycodes_0.0.2_midi.hjson b/data/constants/keycodes/keycodes_0.0.2_midi.hjson index c15c2dd433..ddf79be96c 100644 --- a/data/constants/keycodes/keycodes_0.0.2_midi.hjson +++ b/data/constants/keycodes/keycodes_0.0.2_midi.hjson @@ -86,7 +86,7 @@ "group": "midi", "key": "QK_MIDI_NOTE_G_SHARP_0", "aliases": [ - "MI_Gs" + "MI_Gs", "MI_Ab" ] }, @@ -101,7 +101,7 @@ "group": "midi", "key": "QK_MIDI_NOTE_A_SHARP_0", "aliases": [ - "MI_As" + "MI_As", "MI_Bb" ] }, -- cgit v1.2.3