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
92 changed files with 7047 additions and 6635 deletions

View File

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