comparison Scan/MicroSwitch8304/scan_loop.c @ 308:ab4515606277

Fix whitespace Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 18:40:01 -0700
parents 8dab4014c398
children
comparison
equal deleted inserted replaced
305:4617ef5e06f1 308:ab4515606277
178 } 178 }
179 179
180 sei(); // Re-enable Interrupts 180 sei(); // Re-enable Interrupts
181 } 181 }
182 182
183 // Send data 183 // Send data
184 // 184 //
185 // Keyboard Input Guide for Micro Switch 8304 185 // Keyboard Input Guide for Micro Switch 8304
186 // 0xBX is for LED F1,F2,Over Type,Lock 186 // 0xBX is for LED F1,F2,Over Type,Lock
187 // 0xAX is for LED F3,F8,F9,F10 187 // 0xAX is for LED F3,F8,F9,F10
188 // 0x92 resets keyboard (LED off, echo scancode mode off) 188 // 0x92 resets keyboard (LED off, echo scancode mode off)