aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/led.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /tmk_core/common/led.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadqmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip
clang-format changes
Diffstat (limited to 'tmk_core/common/led.h')
-rw-r--r--tmk_core/common/led.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h
index c16305129..2c28fe540 100644
--- a/tmk_core/common/led.h
+++ b/tmk_core/common/led.h
@@ -22,12 +22,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* FIXME: Add doxygen comments here. */ 22/* FIXME: Add doxygen comments here. */
23 23
24/* keyboard LEDs */ 24/* keyboard LEDs */
25#define USB_LED_NUM_LOCK 0 25#define USB_LED_NUM_LOCK 0
26#define USB_LED_CAPS_LOCK 1 26#define USB_LED_CAPS_LOCK 1
27#define USB_LED_SCROLL_LOCK 2 27#define USB_LED_SCROLL_LOCK 2
28#define USB_LED_COMPOSE 3 28#define USB_LED_COMPOSE 3
29#define USB_LED_KANA 4 29#define USB_LED_KANA 4
30
31 30
32#ifdef __cplusplus 31#ifdef __cplusplus
33extern "C" { 32extern "C" {