1
0
Fork 0

Move remaining LAYOUTs to data driven (#20422)

This commit is contained in:
Ryan 2023-04-15 21:07:32 +10:00 committed by GitHub
parent 54634e9263
commit a84528f853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
181 changed files with 17568 additions and 14711 deletions

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "bison.h"
#include "quantum.h"
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) { return false; }