Convert layout aliases to data-driven

This commit is contained in:
James Young 2024-06-03 19:13:08 -07:00
parent bbfb5cc2cd
commit 94f3d2d6d6
No known key found for this signature in database
GPG Key ID: 87CBD151019773A8
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,10 @@
"rgblight": {
"driver": "ws2812"
},
"layout_aliases": {
"LAYOUT": "LAYOUT_right_ball",
"LAYOUT_universal": "LAYOUT_no_ball"
},
"layouts": {
"LAYOUT_no_ball": {
"layout": [

View File

@ -20,6 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
#include "lib/keyball/keyball.h"
#define LAYOUT LAYOUT_right_ball
#define LAYOUT_universal LAYOUT_no_ball