mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 06:32:01 +00:00
Clean up Freja65 Files
This commit is contained in:
parent
864baee3cf
commit
0aef90b08d
@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define WS2812_PIO_USE_PIO1
|
|
||||||
|
|
||||||
/* Define RGB */
|
/* Define RGB */
|
||||||
#ifdef RGB_MATRIX_ENABLE
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
|
|
||||||
@ -25,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#define RGB_MATRIX_LED_COUNT 102
|
#define RGB_MATRIX_LED_COUNT 102
|
||||||
#define RGB_DI_PIN GP29
|
#define RGB_DI_PIN GP29
|
||||||
|
#define WS2812_DI_PIN GP29
|
||||||
|
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||||
#define RGB_MATRIX_KEYPRESSES
|
#define RGB_MATRIX_KEYPRESSES
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
# Freja 65
|
# Freja 65
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The following is the QMK Firmware for the Freja 65 PCB.
|
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:
|
The PCB features:
|
||||||
* QMK & VIA compatibility
|
* QMK & VIA compatibility
|
||||||
* Underglow RGB Leds
|
* 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 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).
|
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)
|
* **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
|
* **Physical reset button**: Briefly press the button on the back of the PCB
|
||||||
|
@ -1,3 +1 @@
|
|||||||
# This file intentionally left blank
|
|
||||||
WS2812_DRIVER = vendor
|
WS2812_DRIVER = vendor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user