1
0

hhkb: Fix name of consumer keys

This commit is contained in:
tmk 2016-03-29 07:00:56 +09:00
parent 24cee117d0
commit 1414ea3531

View File

@ -184,9 +184,9 @@ static void send_system(uint16_t data)
static uint16_t usage2bits(uint16_t usage) static uint16_t usage2bits(uint16_t usage)
{ {
switch (usage) { switch (usage) {
case AC_HOME: return 0x01; case APPCONTROL_HOME: return 0x01;
case AL_EMAIL: return 0x02; case APPLAUNCH_EMAIL: return 0x02;
case AC_SEARCH: return 0x04; case APPCONTROL_SEARCH: return 0x04;
//case AL_KBD_LAYOUT: return 0x08; // Apple virtual keybaord toggle //case AL_KBD_LAYOUT: return 0x08; // Apple virtual keybaord toggle
case AUDIO_VOL_UP: return 0x10; case AUDIO_VOL_UP: return 0x10;
case AUDIO_VOL_DOWN: return 0x20; case AUDIO_VOL_DOWN: return 0x20;