mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-23 17:48:03 +00:00
Improve consistency of syntax within data/constants/keycodes (#24528)
This commit is contained in:
committed by
GitHub
parent
25fac5e737
commit
2c0cdcf7b2
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user