Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add linworks favepada #20794

Merged
merged 34 commits into from
Aug 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a75acfd
add favepada
duilchoi May 8, 2023
3e82160
update pcb image
duilchoi May 8, 2023
17e38c7
update favepada json file
duilchoi May 9, 2023
5b116b8
update matrix_rgb
duilchoi May 9, 2023
80314db
update rgb_matrix.max_brightness
duilchoi May 9, 2023
92c2a4f
Update info.json
duilchoi May 11, 2023
3b9db5e
Update info.json
duilchoi May 11, 2023
27bd00e
Update keyboards/linworks/favepada/info.json
duilchoi May 12, 2023
53ae679
Update keyboards/linworks/favepada/keymaps/default/keymap.c
duilchoi May 12, 2023
37d06ba
Update keyboards/linworks/favepada/readme.md
duilchoi May 12, 2023
1dd537e
Update readme.md
duilchoi May 12, 2023
517e738
Update readme.md
duilchoi May 12, 2023
d857537
Update keymap.c
duilchoi May 12, 2023
ca61955
update keymap.c
duilchoi May 12, 2023
36986f1
Update info.json
duilchoi May 12, 2023
1433539
Update keyboards/linworks/favepada/config.h
duilchoi May 14, 2023
d14c46c
Update keyboards/linworks/favepada/info.json
duilchoi May 18, 2023
afd9223
Update keyboards/linworks/favepada/info.json
duilchoi May 18, 2023
fba51ec
Update keyboards/linworks/favepada/info.json
duilchoi May 18, 2023
844e20a
Update config.h
duilchoi May 30, 2023
6f8cc31
Update info.json
duilchoi Jun 14, 2023
9d14067
Update keyboards/linworks/favepada/config.h
duilchoi Jul 24, 2023
6b5b4ed
Update keyboards/linworks/favepada/keymaps/default/keymap.c
duilchoi Jul 24, 2023
0907d18
Update keyboards/linworks/favepada/keymaps/via/keymap.c
duilchoi Jul 24, 2023
203b7eb
Update keyboards/linworks/favepada/info.json
duilchoi Jul 24, 2023
589774c
Update keyboards/linworks/favepada/rules.mk
duilchoi Jul 28, 2023
6172b69
Update keyboards/linworks/favepada/info.json
duilchoi Aug 19, 2023
5c31416
migrate config.h
duilchoi Aug 19, 2023
f0c7b4d
Update keyboards/linworks/favepada/config.h
duilchoi Aug 19, 2023
616c8ca
Update keyboards/linworks/favepada/info.json
duilchoi Aug 19, 2023
e41b55b
Update keyboards/linworks/favepada/info.json
duilchoi Aug 19, 2023
db18d5e
Update keyboards/linworks/favepada/info.json
duilchoi Aug 21, 2023
9813d94
Update keyboards/linworks/favepada/keymaps/default/keymap.c
duilchoi Aug 21, 2023
f8f4642
Update keyboards/linworks/favepada/keymaps/via/keymap.c
duilchoi Aug 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/linworks/favepada/info.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
  • Loading branch information
duilchoi and dunk2k committed Aug 19, 2023
commit e41b55b3602bc1483070f9a407e0bfd34476f73a
41 changes: 41 additions & 0 deletions keyboards/linworks/favepada/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,47 @@
},
"processor": "STM32F072",
"rgb_matrix": {
duilchoi marked this conversation as resolved.
Show resolved Hide resolved
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
"gradient_left_right": true,
"breathing": true,
"band_sat": true,
"band_val": true,
"band_pinwheel_sat": true,
"band_pinwheel_val": true,
"band_spiral_sat": true,
"band_spiral_val": true,
"cycle_all": true,
"cycle_left_right": true,
"cycle_up_down": true,
"rainbow_moving_chevron": true,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"dual_beacon": true,
"rainbow_beacon": true,
"rainbow_pinwheels": true,
"raindrops": true,
"jellybean_raindrops": true,
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"pixel_rain": true,
"solid_reactive_simple": true,
"solid_reactive": true,
"solid_reactive_wide": true,
"solid_reactive_multiwide": true,
"solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_nexus": true,
"solid_reactive_multinexus": true,
"splash": true,
"multisplash": true,
"solid_splash": true,
"solid_multisplash": true
},
"driver": "WS2812",
"layout": [
{ "flags": 1, "matrix": [5, 2], "x": 149, "y": 59 },
Expand Down