[Keyboard] Add Encoder map support for rart (#18851)

This commit is contained in:
Alabahuy 2022-10-29 02:49:01 +07:00 committed by GitHub
parent e31fa77e9b
commit bc502348c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 70 additions and 60 deletions

View file

@ -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"