mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
Convert layout aliases to data-driven
This commit is contained in:
parent
bbfb5cc2cd
commit
94f3d2d6d6
@ -9,6 +9,10 @@
|
||||
"rgblight": {
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_right_ball",
|
||||
"LAYOUT_universal": "LAYOUT_no_ball"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_no_ball": {
|
||||
"layout": [
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user