/*
https://forum.arduino.cc/t/tastaturbefehle-uber-tasten-und-drehgeber-und-led/1276008/126
2024-07-16 by noiasca
to be deleted 2024-10 (Wegwerf Sketch)
*/
#include "test2.h"
void setup() {
Serial.begin(115200);
for (auto &i : matrix ) {
Serial.print(i.modSC);
Serial.print('\t');
Serial.println(i.key);
}
}
void loop() {
// put your main code here, to run repeatedly:
}