diff options
| author | Nikolai Grigoriev | 2024-10-28 07:23:15 +0100 |
|---|---|---|
| committer | GitHub | 2024-10-28 07:23:15 +0100 |
| commit | 2c0cdcf7b2f57caf2ab842e44b8bc58a52251fcb (patch) | |
| tree | 22eca5ded08dd4420ca9e8f39083f2222a1adec1 /data/constants/keycodes/keycodes_0.0.1_midi.hjson | |
| parent | 25fac5e7378d1f612b6ec98e00819bde09fab8e5 (diff) | |
Improve consistency of syntax within `data/constants/keycodes` (#24528)
Diffstat (limited to 'data/constants/keycodes/keycodes_0.0.1_midi.hjson')
| -rw-r--r-- | data/constants/keycodes/keycodes_0.0.1_midi.hjson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_midi.hjson b/data/constants/keycodes/keycodes_0.0.1_midi.hjson index b9826f92c9..5ab9ef24d5 100644 --- a/data/constants/keycodes/keycodes_0.0.1_midi.hjson +++ b/data/constants/keycodes/keycodes_0.0.1_midi.hjson @@ -84,7 +84,7 @@ "group": "midi", "key": "QK_MIDI_NOTE_G_SHARP_0", "aliases": [ - "MI_Gs" + "MI_Gs", "MI_Ab" ] }, @@ -99,7 +99,7 @@ "group": "midi", "key": "QK_MIDI_NOTE_A_SHARP_0", "aliases": [ - "MI_As" + "MI_As", "MI_Bb" ] }, |