summaryrefslogtreecommitdiffstats
path: root/keyboards/atom47/rev2/rev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atom47/rev2/rev2.c')
-rw-r--r--keyboards/atom47/rev2/rev2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/atom47/rev2/rev2.c b/keyboards/atom47/rev2/rev2.c
index 31a8561f0..06fce06da 100644
--- a/keyboards/atom47/rev2/rev2.c
+++ b/keyboards/atom47/rev2/rev2.c
@@ -17,6 +17,9 @@ void matrix_scan_kb(void) {
void led_init_ports(void) {
// * Set our LED pins as output
DDRB &= ~(1<<5);
+
+ //Set output high, so the capslock led is off
+ PORTB |= (1 << 5);
}
void led_set_kb(uint8_t usb_led) {