aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tmo50/tmo50.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tmo50/tmo50.h')
-rw-r--r--keyboards/tmo50/tmo50.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/tmo50/tmo50.h b/keyboards/tmo50/tmo50.h
index df88350f0..444e6ede9 100644
--- a/keyboards/tmo50/tmo50.h
+++ b/keyboards/tmo50/tmo50.h
@@ -17,6 +17,10 @@
17 17
18#include "quantum.h" 18#include "quantum.h"
19 19
20bool process_indicator_led_kb(layer_state_t state);
21__attribute__((weak))
22bool process_indicator_led_user(layer_state_t state);
23
20/* This a shortcut to help you visually see your layout. 24/* This a shortcut to help you visually see your layout.
21 * 25 *
22 * The first section contains all of the arguments representing the physical 26 * The first section contains all of the arguments representing the physical
@@ -51,4 +55,3 @@
51 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ 55 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \
52 { K30, K31, K32, K33, KC_NO, KC_NO, KC_NO, K37, KC_NO, KC_NO, K3A, KC_NO, KC_NO, KC_NO } \ 56 { K30, K31, K32, K33, KC_NO, KC_NO, KC_NO, K37, KC_NO, KC_NO, K3A, KC_NO, KC_NO, KC_NO } \
53} 57}
54