[Keyboard] Add Encoder map support for rart (#18851)
This commit is contained in:
parent
e31fa77e9b
commit
bc502348c3
16 changed files with 70 additions and 60 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue