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

Added more rgb effects for rpk-001 keyboard #22120

Merged
merged 24 commits into from
Sep 25, 2023
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9bbe1e0
Added rpk-001 keyboard
May 25, 2023
99d0db9
Update keyboards/phentech/rpk_001/config.h
itarze May 25, 2023
183e878
Update keyboards/phentech/rpk_001/rpk_001.c
itarze May 25, 2023
c89fc23
Update keyboards/phentech/rpk_001/readme.md
itarze May 25, 2023
693cdba
Update keyboards/phentech/rpk_001/keymaps/via/keymap.c
itarze May 25, 2023
3bada1e
Update keyboards/phentech/rpk_001/keymaps/default/keymap.c
itarze May 25, 2023
63baaea
Update keyboards/phentech/rpk_001/keymaps/via/keymap.c
itarze May 25, 2023
8cd46dd
Update keyboards/phentech/rpk_001/info.json
itarze May 25, 2023
bd2be22
Update keyboards/phentech/rpk_001/config.h
itarze May 25, 2023
e540ce6
Update info.json
itarze May 25, 2023
bcf39cf
Update config.h
itarze May 25, 2023
d50bf2a
Update info.json
itarze May 25, 2023
63e147a
Update config.h
itarze May 25, 2023
4185fa7
Update keymap.c
itarze May 25, 2023
2245868
Update keymap.c
itarze May 25, 2023
9b32158
Update info.json
itarze May 26, 2023
718866f
Update keyboards/phentech/rpk_001/keymaps/via/keymap.c
itarze May 29, 2023
3c24c6d
Update keyboards/phentech/rpk_001/info.json
itarze Aug 17, 2023
250ee42
Update keyboards/phentech/rpk_001/keymaps/default/keymap.c
itarze Aug 17, 2023
82dfe6c
Update keyboards/phentech/rpk_001/keymaps/via/keymap.c
itarze Aug 17, 2023
96f6cd1
Update keyboards/phentech/rpk_001/config.h
itarze Aug 18, 2023
e992d8f
Update keyboards/phentech/rpk_001/info.json
itarze Sep 1, 2023
fe3edc1
Merge branch 'master' of github.com:itarze/qmk_firmware into rpk-001
itarze Sep 24, 2023
c0a75c2
Added more rgb effects
itarze Sep 24, 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
46 changes: 46 additions & 0 deletions keyboards/phentech/rpk_001/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,52 @@
},
"rgb_matrix": {
"driver": "aw20216",
"animations": {
"solid_color": true,
"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,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"rainbow_moving_chevron": 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_fractal": true,
"pixel_flow": true,
"pixel_rain": true,
"typing_heatmap": true,
"digital_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
},
"layout": [
{ "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
{ "flags": 4, "matrix": [0, 1], "x": 16, "y": 0 },
Expand Down