Keyboard fixes for Linux

This commit is contained in:
Adam Honse
2020-02-04 20:20:45 -06:00
parent 12116c70ee
commit 6a6ad0dda6
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,8 @@
#include "HyperXKeyboardController.h"
#include <cstring>
#ifdef WIN32
#include <Windows.h>
#else

View File

@@ -11,7 +11,7 @@
#include "RGBController.h"
#include <string>
#include "hidapi.h"
#include <hidapi/hidapi.h>
#pragma once

View File

@@ -2,7 +2,7 @@
#include "RGBController.h"
#include "RGBController_PoseidonZRGB.h"
#include <vector>
#include "hidapi.h"
#include <hidapi/hidapi.h>
#define TT_POSEIDON_Z_RGB_VID 0x264A
#define TT_POSEIDON_Z_RGB_PID 0x3006