Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #2

Merged
merged 27 commits into from
Jun 23, 2020
Merged

1 #2

Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
af4bc25
Updates on Mixi default keymaps and fixes on configuration (#9467)
ohchiko Jun 21, 2020
cb13dd0
Enable NKRO on 1up's boards (#9434)
mechmerlin Jun 21, 2020
3d6d899
`qmk cformat` (#9500)
tzarc Jun 22, 2020
0b09189
[Keymap] New custom 'super alt' keymap for the Drop ALT (#9385)
ewersp Jun 22, 2020
82dc8fa
Fixing MIDI for ARM without NKRO enabled (#9466)
AlexOConnorHub Jun 22, 2020
98642ca
Improve keycode handling for RGB (#7677)
drashna Jun 22, 2020
4b13c49
user keymaps for ergodox_ez/dvorak_42_key / atreus/dvorak_42_key (#9429)
luc-vocab Jun 22, 2020
5f06fce
Fix info.json for Uni660 (#9489)
fauxpark Jun 22, 2020
924573e
[Docs] Japanese translation of docs/feature_macros.md (#9137)
umi-umi Jun 22, 2020
c7cc209
[Docs] Japanese translation of docs/feature_userspace.md (#9253)
umi-umi Jun 22, 2020
58af030
[Update] Japanese translation of newbs.md (#9388)
mtei Jun 22, 2020
1ab8f96
[Update] Japanese Translation of docs/faq_build.md (#9458)
mtei Jun 22, 2020
24b0cda
[Keyboard] add h60 PCB (#9242)
hineybush Jun 22, 2020
f0bde79
Update miryoku (#9442)
manna-harbour Jun 23, 2020
d353fcb
Add VIA support to Noxary x268 (#9450)
Rozakiin Jun 23, 2020
a8bb584
Update VIA support for Noxary 268.2 (#9451)
Rozakiin Jun 23, 2020
9ae8a45
fixed the layer limit of LT() (#9492)
shelaf Jun 23, 2020
b3b6176
[Docs] Japanese translation of docs/feature_layers.md (#9252)
umi-umi Jun 23, 2020
146873f
Add more community layout support to Discipline (#8540)
brandonschlack Jun 23, 2020
b0e3086
bm43a stevexyz keymap (#9468)
stevexyz Jun 23, 2020
a502ce4
create maja info json (#9472)
moyi4681 Jun 23, 2020
aea2d68
Fix error_log complaint about Big Series boards (#9510)
fauxpark Jun 23, 2020
3028662
[Keyboard] Add KBO-5000 keyboard (#9381)
nooges Jun 23, 2020
bd1b51c
Wazowski fixed keymap placement (#9408)
keebzdotnet Jun 23, 2020
8d792cf
[Keymap] Add personal keymap for Planck (#9424)
charlesrocket Jun 23, 2020
88ebf92
Fix info.json for Suihankey (#9490)
fauxpark Jun 23, 2020
a199658
Merge pull request #1 from qmk/master
paulgali Jun 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing MIDI for ARM without NKRO enabled (qmk#9466)
AlexOConnorHub authored Jun 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 82dc8faaf30a6b77ec715852c3841fde087b6b07
1 change: 1 addition & 0 deletions tmk_core/protocol/midi/qmk_midi.h
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

#ifdef MIDI_ENABLE
# include "midi.h"
# include <LUFA/Drivers/USB/USB.h>
extern MidiDevice midi_device;
void setup_midi(void);
void send_midi_packet(MIDI_EventPacket_t* event);