From bc502348c3d52c63215b89e617fd6ad250c638c8 Mon Sep 17 00:00:00 2001 From: Alabahuy Date: Sat, 29 Oct 2022 02:49:01 +0700 Subject: [Keyboard] Add Encoder map support for rart (#18851) --- keyboards/rart/rartpad/rartpad.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'keyboards/rart/rartpad/rartpad.c') 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 . */ -#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 -- cgit v1.2.3