diff options
Diffstat (limited to 'keyboards/moon/config.h')
-rw-r--r-- | keyboards/moon/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/moon/config.h b/keyboards/moon/config.h index a02cfdba1..12a949a07 100644 --- a/keyboards/moon/config.h +++ b/keyboards/moon/config.h | |||
@@ -31,6 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
31 | #define MATRIX_ROWS 8 | 31 | #define MATRIX_ROWS 8 |
32 | #define MATRIX_COLS 11 | 32 | #define MATRIX_COLS 11 |
33 | 33 | ||
34 | #define LED_CAPS_LOCK_PIN B5 | ||
35 | #define LED_SCROLL_LOCK_PIN B6 | ||
36 | |||
34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 37 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
35 | #define DEBOUNCE 5 | 38 | #define DEBOUNCE 5 |
36 | 39 | ||