diff options
Diffstat (limited to 'keyboards/exclusive/e65/e65.c')
| -rw-r--r-- | keyboards/exclusive/e65/e65.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/exclusive/e65/e65.c b/keyboards/exclusive/e65/e65.c index e01a0614c..feb0e6543 100644 --- a/keyboards/exclusive/e65/e65.c +++ b/keyboards/exclusive/e65/e65.c | |||
| @@ -15,24 +15,3 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "e65.h" | 17 | #include "e65.h" |
| 18 | |||
| 19 | void matrix_init_kb(void) { | ||
| 20 | // put your keyboard start-up code here | ||
| 21 | // runs once when the firmware starts up | ||
| 22 | |||
| 23 | matrix_init_user(); | ||
| 24 | led_init_ports(); | ||
| 25 | } | ||
| 26 | |||
| 27 | void led_init_ports(void) { | ||
| 28 | setPinOutput(B6); | ||
| 29 | writePinHigh(B6); | ||
| 30 | } | ||
| 31 | |||
| 32 | bool led_update_kb(led_t led_state) { | ||
| 33 | if(led_update_user(led_state)) { | ||
| 34 | writePin(B6, !led_state.caps_lock); | ||
| 35 | } | ||
| 36 | |||
| 37 | return true; | ||
| 38 | } | ||
