aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sck/neiso/neiso.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sck/neiso/neiso.c')
-rw-r--r--keyboards/sck/neiso/neiso.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/sck/neiso/neiso.c b/keyboards/sck/neiso/neiso.c
index 4b817bdd5..8fe008e28 100644
--- a/keyboards/sck/neiso/neiso.c
+++ b/keyboards/sck/neiso/neiso.c
@@ -14,17 +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 "neiso.h" 16#include "neiso.h"
17
18// Optional override functions below.
19// You can leave any or all of these undefined.
20// These are only required if you want to perform custom actions.
21
22/*
23
24void led_set_kb(uint8_t usb_led) {
25 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
26
27 led_set_user(usb_led);
28}
29
30*/