Modifying BLF-VLD: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
'''target_mode''' index of slot to be reprogrammed<br /> | '''target_mode''' index of slot to be reprogrammed<br /> | ||
'''chosen_mode''' index of chosen mode-line to be stored ???(what are mode-lines?)<br /> | '''chosen_mode''' index of chosen mode-line to be stored ???(what are mode-lines?)<br /> | ||
'''prog_stage''' keep track of programming stages | '''prog_stage''' keep track of programming stages<br /> | ||
'''extended''' keeps track of whether to use standard or extended modes | '''extended''' keeps track of whether to use standard or extended modes<br /> | ||
'''ext_mode''' current mode-line in extended mode | '''ext_mode''' current mode-line in extended mode <br /> | ||
'''click''' number of clicks (short taps) so far | '''click''' number of clicks (short taps) so far<br /> | ||
'''click_cell''' index of currently used cell for click detection ??? (what are cells?) | '''click_cell''' index of currently used cell for click detection ??? (what are cells?)<br /> | ||
'''last_click''' type of last click (short, long, or none) | '''last_click''' type of last click (short, long, or none)<br /> | ||
'''mode_arr''' array holding offsets to the mode lines for the configured modes | '''mode_arr''' array holding offsets to the mode lines for the configured modes |