#* Mappings for IO_decoder (format: in.MM-N
#in.01-0 s22 #U
#in.01-1 22 #u
#in.01-2 c45 #ctrl + x
#in.02-1 50 #ctrl
#in.02-6 42 #left shift
#in.03-1 g39 #@
#in.03-2 a33 #alt + f
#* … and so on, up to INPUT_N
#* … e così via, fino a INPUT_N
——————————————————————–
WARNING: this file maps pins to keycodes for io_decoder.
Lines that are empty or that contain ONLY spaces or tabs are IGNORED.
Avoid leaving spaces or tabs on “empty” lines — they may be
accidentally inserted by an editor. To disable a line, put ‘#’ at the start.
#
Expected format:
in.MM-N # optional comment
Example:
in.00-0 s22 # SHIFT + key 22
#
——————————————————————–
#
——————————————————————–
ATTENZIONE: questo file mappa pin -> keycode per io_decoder.
Linee vuote o linee che contengono SOLO spazi o tab vengono IGNORATE.
Evitare di lasciare spazi o tab su righe “vuote” — possono essere
inseriti per errore dall’editor. Se vuoi disattivare una riga
metti il carattere ‘#’ all’inizio.
#
Formato atteso:
in.MM-N # commento opzionale
Esempio:
in.00-0 s22 # SHIFT + key 22
#