diff options
Diffstat (limited to 'keyboards/evyd13/nt660/nt660.c')
| -rw-r--r-- | keyboards/evyd13/nt660/nt660.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/evyd13/nt660/nt660.c b/keyboards/evyd13/nt660/nt660.c index 2a8ebfb46..f89fa579c 100644 --- a/keyboards/evyd13/nt660/nt660.c +++ b/keyboards/evyd13/nt660/nt660.c | |||
| @@ -14,19 +14,3 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "nt660.h" | 16 | #include "nt660.h" |
| 17 | void matrix_init_kb(void) { | ||
| 18 | matrix_init_user(); | ||
| 19 | led_init_ports(); | ||
| 20 | } | ||
| 21 | |||
| 22 | void led_init_ports(void) { | ||
| 23 | setPinOutput(D0); | ||
| 24 | } | ||
| 25 | |||
| 26 | bool led_update_kb(led_t led_state) { | ||
| 27 | if(led_update_user(led_state)) { | ||
| 28 | writePin(D0, !led_state.caps_lock); | ||
| 29 | } | ||
| 30 | |||
| 31 | return true; | ||
| 32 | } | ||
