qmk/qmk_firmware

[Bug] AnnePro2/C15 LEDs don't work

Open

#26093 opened on Mar 19, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (20,368 stars) (43,867 forks)batch import
bughelp wanted

Description

Describe the Bug

The default keymap configuration with LED config doesn't seem to make lights work. The hotkeys (FN2+[8,9,0,-]) doesn't do anything either.

Obins stock firmware lights up the LEDs

Keyboard Used

qmk compile -kb annepro2/c15 -km default-layer-indicators

Link to product page (if applicable)

No response

Operating System

wsl nixos

qmk doctor Output

❯ qmk doctor
Ψ QMK Doctor is checking your environment.
Ψ Python version: 3.13.12
Ψ CLI version: 1.2.0
Ψ QMK home: /home/deliganli/projects/qmk_firmware
Ψ Detected Linux (WSL, NixOS 26.05 (Yarara)).
Ψ Userspace enabled: False
Ψ Git branch: master
Ψ Repo version: 0.32.4
Ψ - Latest master: 2026-03-16 11:12:18 +0800 (2cbcd76ef0) -- License violations updates. (#26076)
Ψ - Latest upstream/master: 2026-03-19 03:40:49 +0000 (fec01edaa4) -- Explain how to use STORE_SETUPS and PRINT_SETUPS (#26070)
Ψ - Latest upstream/develop: 2026-03-16 11:31:16 +0100 (1f96f890fa) -- Always generate .map files. (#25961)
Ψ - Common ancestor with upstream/master: 2026-03-16 11:12:18 +0800 (2cbcd76ef0) -- License violations updates. (#26076)
Ψ - Common ancestor with upstream/develop: 2026-03-16 11:12:18 +0800 (2cbcd76ef0) -- License violations updates. (#26076)
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 15.2.1
Ψ Successfully compiled using arm-none-eabi-gcc
Ψ Successfully tested arm-none-eabi-binutils using arm-none-eabi-size
Ψ Found avr-gcc version 15.2.0
Ψ Successfully compiled using avr-gcc
Ψ Successfully tested avr-binutils using avr-size
Ψ Found avrdude version 8.
Ψ Found dfu-programmer version 1.1.0
Ψ Found dfu-util version 0.11
Ψ Found diff version 3.12
Ψ Found dos2unix version 7.5.2
Ψ Found git version 2.53.0
Ψ Found make version 4.4.1
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2025-05-15 08:25:11 +0000 --  (8bd61b8043)
Ψ - lib/chibios-contrib: 2025-10-03 18:22:15 +0200 --  (8d863d9e)
Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 --  (e2239ee6)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 --  (549b97320)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 --  (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 --  (c2e3b4e)
Ψ - lib/pico-sdk: 2025-04-20 21:24:29 +1000 --  (d0c5cac)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 --  (e19410f8)
Ψ QMK is ready to go

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

No response

Additional Context

No response

Contributor guide