Small clean up to the freja PR

This commit is contained in:
Wolf 2023-08-09 12:31:59 +02:00
parent f8b5260903
commit 65e2cd4864
4 changed files with 5 additions and 6 deletions

View File

@ -8,6 +8,7 @@
#define WS2812_PIO_USE_PIO1
#define RGB_MATRIX_LED_COUNT 102
#define WS2812_DI_PIN GP29
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES

View File

@ -2,7 +2,7 @@
"manufacturer": "HelHeim",
"keyboard_name": "Freja 65",
"maintainer": "ToastyStoemp",
"bootloader": "custom",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
@ -10,7 +10,7 @@
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"nkro": false,
"rgb_matrix": true,
"rgblight": false
},

View File

@ -1,7 +1,6 @@
// Copyright 2023 contact@vwolf.be
// Copyright 2020-2022 QMK (@qmk)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

View File

@ -1,7 +1,6 @@
// Copyright 2023 contact@vwolf.be
// Copyright 2020-2022 QMK (@qmk)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {