mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-22 07:01:33 +00:00
Backlight fix on solderable
This commit is contained in:
parent
cb0440b54c
commit
73df096f01
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"keyboard_name": "Cerberus HS",
|
"keyboard_name": "Cerberus HS",
|
||||||
|
"features": {
|
||||||
|
"backlight": false
|
||||||
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x0034"
|
"pid": "0x0034"
|
||||||
},
|
},
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
"bootloader": "stm32-dfu",
|
"bootloader": "stm32-dfu",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"backlight": false,
|
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": true,
|
"command": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// Copyright 2024 Andrew Kannan
|
// Copyright 2024 Andrew Kannan
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define BACKLIGHT_PWM_DRIVER PWMD3
|
#define BACKLIGHT_PWM_DRIVER PWMD3
|
||||||
|
Loading…
Reference in New Issue
Block a user