forked from mfulz_github/qmk_firmware
Update Atmel Studio getting started page and associated images.
This commit is contained in:
parent
983a2ed87a
commit
a3784c5944
|
@ -205,6 +205,14 @@
|
|||
|
||||
/* Preprocessor Checks: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#if !defined(LEDS_NO_LEDS)
|
||||
#define LEDS_NO_LEDS 0
|
||||
#endif
|
||||
|
||||
#if !defined(LEDS_ALL_LEDS)
|
||||
#define LEDS_ALL_LEDS (LEDS_LED1 | LEDS_LED2 | LEDS_LED3 | LEDS_LED4)
|
||||
#endif
|
||||
|
||||
#if !defined(LEDS_LED1)
|
||||
#define LEDS_LED1 0
|
||||
#endif
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
#header span
|
||||
{
|
||||
color: #998
|
||||
color: #998;
|
||||
}
|
||||
|
||||
#footer
|
||||
|
@ -107,7 +107,7 @@
|
|||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<h1>Thanks for installing <span>LUFA</span></h1>
|
||||
<h1>Thanks for using <span>LUFA</span></h1>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue