aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris')
-rw-r--r--keyboards/keebio/iris/rev1/rev1.c7
-rw-r--r--keyboards/keebio/iris/rev1_led/rev1_led.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/keebio/iris/rev1/rev1.c b/keyboards/keebio/iris/rev1/rev1.c
index 6249d2f0a..369af1bae 100644
--- a/keyboards/keebio/iris/rev1/rev1.c
+++ b/keyboards/keebio/iris/rev1/rev1.c
@@ -1,12 +1,5 @@
1#include "rev1.h" 1#include "rev1.h"
2 2
3#ifdef SSD1306OLED
4void led_set_kb(uint8_t usb_led) {
5 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
6 led_set_user(usb_led);
7}
8#endif
9
10#ifdef SWAP_HANDS_ENABLE 3#ifdef SWAP_HANDS_ENABLE
11__attribute__ ((weak)) 4__attribute__ ((weak))
12// swap-hands action needs a matrix to define the swap 5// swap-hands action needs a matrix to define the swap
diff --git a/keyboards/keebio/iris/rev1_led/rev1_led.c b/keyboards/keebio/iris/rev1_led/rev1_led.c
index c330189c7..0ba10f1db 100644
--- a/keyboards/keebio/iris/rev1_led/rev1_led.c
+++ b/keyboards/keebio/iris/rev1_led/rev1_led.c
@@ -1,12 +1,5 @@
1#include "rev1_led.h" 1#include "rev1_led.h"
2 2
3#ifdef SSD1306OLED
4void led_set_kb(uint8_t usb_led) {
5 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
6 led_set_user(usb_led);
7}
8#endif
9
10#ifdef SWAP_HANDS_ENABLE 3#ifdef SWAP_HANDS_ENABLE
11__attribute__ ((weak)) 4__attribute__ ((weak))
12// swap-hands action needs a matrix to define the swap 5// swap-hands action needs a matrix to define the swap