1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-01-06 12:56:58 +00:00

Remove Raws because it work best as profile

This commit is contained in:
2016-06-17 21:09:02 +02:00
parent 68e45ef826
commit cea8c98f03
3 changed files with 6 additions and 302 deletions

View File

@@ -26,7 +26,7 @@ class Keyboard {
unknown, egrave, eaigu, agrave, dollar, apostrophe, degree, backslash, // Need best names
comma, dot, minus, open_bracket, close_bracket, tidle
};
enum class KeyGroup { logo, indicators, multimedia, fkeys, modifiers, arrows, numeric, functions, keys, raw0, raw1, raw2, raw3, raw4, raw5, raw6 };
enum class KeyGroup { logo, indicators, multimedia, fkeys, modifiers, arrows, numeric, functions, keys};
struct KeyColors { char red; char green; char blue; };
struct KeyAddress { KeyAddressGroup addressGroup; char id; };