1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +00:00

Refactored key address handling

Rewrote a bunch of stuff to get rid of the big switch and if blocks.
Removed all explicit allocation.
Using std::vector instead of arrays to transport keys around.
This commit is contained in:
Jens Dagerbo
2017-01-08 21:12:48 +01:00
parent caed630b14
commit 0c3c8c6371
4 changed files with 855 additions and 1122 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
g810-led.*
bin/*
.