diff options
Diffstat (limited to 'keyboards/rart/rartpad/rartpad.c')
-rw-r--r-- | keyboards/rart/rartpad/rartpad.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/rart/rartpad/rartpad.c b/keyboards/rart/rartpad/rartpad.c index 566c3fa466..4b5a9eb0c2 100644 --- a/keyboards/rart/rartpad/rartpad.c +++ b/keyboards/rart/rartpad/rartpad.c @@ -12,11 +12,4 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "rartpad.h" - -bool led_update_kb(led_t led_state) { - if (led_update_user(led_state)) { - writePin(NUM_LOCK_LED_PIN, led_state.num_lock); - } - return true; -} +#include "rartpad.h"
\ No newline at end of file |