1
0
Fork 0

Move default layouts to data driven (#20349)

This commit is contained in:
Ryan 2023-04-08 20:50:50 +10:00 committed by GitHub
parent fd6449e42c
commit 441988ef38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 7047 additions and 6635 deletions

View file

@ -13,7 +13,8 @@
* 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 "synapse.h"
#include "quantum.h"
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) { return false; }