diff options
author | fauxpark <fauxpark@gmail.com> | 2022-10-29 16:54:14 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-10-29 16:54:14 +1100 |
commit | 9d717c85dc184c0e34b40251b5703ae3626f571e (patch) | |
tree | 9ef6e296e81a48b7c6f5d265e52e571b8a5bc3ba /keyboards/rart/rartpad/rartpad.c | |
parent | 22be7e79ac6a328ed5a7dc8c4e6f17d749852221 (diff) | |
parent | e90ff84c31905932849164204c10ea58255ddad2 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
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 |