diff --git a/keyboards/wolf/freja65/config.h b/keyboards/wolf/freja65/config.h index 67de17c8892..183fabbefb2 100644 --- a/keyboards/wolf/freja65/config.h +++ b/keyboards/wolf/freja65/config.h @@ -16,8 +16,6 @@ along with this program. If not, see . */ #pragma once -#define WS2812_PIO_USE_PIO1 - /* Define RGB */ #ifdef RGB_MATRIX_ENABLE @@ -25,6 +23,7 @@ along with this program. If not, see . #define RGB_MATRIX_LED_COUNT 102 #define RGB_DI_PIN GP29 +#define WS2812_DI_PIN GP29 #define RGB_DISABLE_WHEN_USB_SUSPENDED #define RGB_MATRIX_KEYPRESSES diff --git a/keyboards/wolf/freja65/readme.md b/keyboards/wolf/freja65/readme.md index 6a7c63e81c6..894182f0e26 100644 --- a/keyboards/wolf/freja65/readme.md +++ b/keyboards/wolf/freja65/readme.md @@ -1,7 +1,13 @@ # Freja 65 +![Freja 65](https://cdn.shopify.com/s/files/1/0435/8311/1331/products/image_1024x1024@2x.heic?v=1677804197) + The following is the QMK Firmware for the Freja 65 PCB. +* Keyboard Maintainer: [Wolf](https://github.com/ToastyStoemp) +* Hardware Supported: Freja65 PCB +* Hardware Availability: https://www.helheim.design/collections/freja65-collection/products/65-soldered-pcb + The PCB features: * QMK & VIA compatibility * Underglow RGB Leds @@ -9,14 +15,12 @@ The PCB features: --- -* Keyboard Maintainer: [ToastyStoemp](https://github.com/ToastyStoemp) - Make example for this keyboard (after setting up your build environment): 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). -## Bootloader Enter the bootloader in 3 ways: +## Bootloader Enter the bootloader in 2 ways: * **Bootmagic reset**: Hold down the key ESC key and plug in the keyboard (Top Left most switch) * **Physical reset button**: Briefly press the button on the back of the PCB diff --git a/keyboards/wolf/freja65/rules.mk b/keyboards/wolf/freja65/rules.mk index 15590d0b71a..997fce7e65c 100644 --- a/keyboards/wolf/freja65/rules.mk +++ b/keyboards/wolf/freja65/rules.mk @@ -1,3 +1 @@ -# This file intentionally left blank WS2812_DRIVER = vendor -