mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Convert layout aliases to data-driven
This commit is contained in:
parent
bbfb5cc2cd
commit
94f3d2d6d6
@ -9,6 +9,10 @@
|
|||||||
"rgblight": {
|
"rgblight": {
|
||||||
"driver": "ws2812"
|
"driver": "ws2812"
|
||||||
},
|
},
|
||||||
|
"layout_aliases": {
|
||||||
|
"LAYOUT": "LAYOUT_right_ball",
|
||||||
|
"LAYOUT_universal": "LAYOUT_no_ball"
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_no_ball": {
|
"LAYOUT_no_ball": {
|
||||||
"layout": [
|
"layout": [
|
||||||
|
@ -20,6 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
#include "lib/keyball/keyball.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