Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
40a2f1510b
3 changed files with 22 additions and 22 deletions
|
@ -78,7 +78,7 @@
|
||||||
# define RGBLIGHT_EFFECT_KNIGHT
|
# define RGBLIGHT_EFFECT_KNIGHT
|
||||||
# define RGBLIGHT_EFFECT_CHRISTMAS
|
# define RGBLIGHT_EFFECT_CHRISTMAS
|
||||||
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||||
# define RGBLIGHT_EFFECT_ALTERNATING
|
// # define RGBLIGHT_EFFECT_ALTERNATING
|
||||||
# define RGBLIGHT_EFFECT_TWINKLE
|
# define RGBLIGHT_EFFECT_TWINKLE
|
||||||
# define RGBLED_NUM 18
|
# define RGBLED_NUM 18
|
||||||
# define RGBLIGHT_HUE_STEP 5
|
# define RGBLIGHT_HUE_STEP 5
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"url": "",
|
"url": "",
|
||||||
"maintainer": "yj7272098",
|
"maintainer": "yj7272098",
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_64_ansi":
|
"LAYOUT_64_ansi": {
|
||||||
[
|
"layout": [
|
||||||
{"x":0, "y":0},
|
{"x":0, "y":0},
|
||||||
{"x":1, "y":0},
|
{"x":1, "y":0},
|
||||||
{"x":2, "y":0},
|
{"x":2, "y":0},
|
||||||
|
@ -76,8 +76,8 @@
|
||||||
{"x":11, "y":4},
|
{"x":11, "y":4},
|
||||||
{"x":12, "y":4},
|
{"x":12, "y":4},
|
||||||
{"x":13, "y":4},
|
{"x":13, "y":4},
|
||||||
{"x":14, "y":4},
|
{"x":14, "y":4}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
LTO_ENABLE = yes
|
|
||||||
VIA_ENABLE = yes
|
VIA_ENABLE = yes
|
||||||
|
SPACE_CADET_ENABLE = no
|
||||||
|
|
Loading…
Reference in a new issue