Add 0x18A3 to Aura addressable PID list (Z390-F)

This commit is contained in:
Adam Honse 2020-05-01 15:28:49 -05:00
parent 0ab0586dfa
commit 2dc443ff1e

View file

@ -6,12 +6,13 @@
#define AURA_ADDRESSABLE_VID 0x0B05
#define NUM_PIDS 3
#define NUM_PIDS 4
static const unsigned short pid_table[] =
{
0x1867,
0x1872,
0x1889
0x1889,
0x18A3
};
/******************************************************************************************\