1
0
Fork 0

Move Alice and Ergodox layouts to data driven (#20340)

This commit is contained in:
Ryan 2023-04-05 15:50:56 +10:00 committed by GitHub
parent 6847dba8af
commit 09a2b70a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 8550 additions and 6611 deletions

View file

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