Add key labels based on key names

This commit is contained in:
Adam Honse 2020-08-20 10:58:11 -05:00
parent b6824b8a46
commit 5e002107ef
2 changed files with 135 additions and 1 deletions

View file

@ -46,6 +46,7 @@ private:
std::vector<matrix_pos_size_type> zone_pos;
std::vector<matrix_pos_size_type> led_pos;
std::vector<std::string> led_labels;
float matrix_h;