mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Update Freja to commply with PR change requests
This commit is contained in:
parent
65e2cd4864
commit
c0c397a8d3
@ -20,7 +20,8 @@
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"ws2812": {
|
||||
"pin": "GP29"
|
||||
"pin": "GP29",
|
||||
"driver" : "vendor"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
|
@ -10,7 +10,7 @@ The following is the QMK Firmware for the Freja 65 PCB.
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make wolf/freja65:default
|
||||
make wolf/freja65:default
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
WS2812_DRIVER = vendor
|
Loading…
Reference in New Issue
Block a user