Replaced tabs with spaces to match TMK convention.
This commit is contained in:
parent
b80b6b369c
commit
65680819df
4 changed files with 43 additions and 43 deletions
|
@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
void led_set(uint8_t usb_led)
|
||||
{
|
||||
// Using PE6 Caps Lock LED
|
||||
if (usb_led & (1<<USB_LED_CAPS_LOCK))
|
||||
// Using PE6 Caps Lock LED
|
||||
if (usb_led & (1<<USB_LED_CAPS_LOCK))
|
||||
{
|
||||
// Output high.
|
||||
DDRE |= (1<<6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue