mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Small clean up to the freja PR
This commit is contained in:
parent
f8b5260903
commit
65e2cd4864
@ -8,6 +8,7 @@
|
|||||||
#define WS2812_PIO_USE_PIO1
|
#define WS2812_PIO_USE_PIO1
|
||||||
|
|
||||||
#define RGB_MATRIX_LED_COUNT 102
|
#define RGB_MATRIX_LED_COUNT 102
|
||||||
|
#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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manufacturer": "HelHeim",
|
"manufacturer": "HelHeim",
|
||||||
"keyboard_name": "Freja 65",
|
"keyboard_name": "Freja 65",
|
||||||
"maintainer": "ToastyStoemp",
|
"maintainer": "ToastyStoemp",
|
||||||
"bootloader": "custom",
|
"bootloader": "rp2040",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"console": false,
|
"console": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true,
|
"nkro": false,
|
||||||
"rgb_matrix": true,
|
"rgb_matrix": true,
|
||||||
"rgblight": false
|
"rgblight": false
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// Copyright 2023 contact@vwolf.be
|
// Copyright 2020-2022 QMK (@qmk)
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// Copyright 2023 contact@vwolf.be
|
// Copyright 2020-2022 QMK (@qmk)
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user