Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add capslock lights in qmk #10

Open
kikko233 opened this issue Aug 5, 2020 · 2 comments
Open

How to add capslock lights in qmk #10

kikko233 opened this issue Aug 5, 2020 · 2 comments

Comments

@kikko233
Copy link

kikko233 commented Aug 5, 2020

i find gpio 32 not be used,i want to use this gpio with caps light. But i don't know how to set up in qmk,please help me ,think you very very much

@nchieng
Copy link

nchieng commented Aug 19, 2020

Disclaimer: I have not yet flashed any keyboards with QMK as they are all still enroute. I have looked at the documentation a little to learn.

Without knowing what board/mcu/driver you have, there's only so much one can assume.

This LED Control documentation pretty mail nails it. You might just need to figure out what GPIO 32 corresponds to for your specific board.

You will need to ensure a few things have been done:

  1. config.h
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

@KolCrooks
Copy link

@kikko233 did you ever figure out how to add a caps light? I was thinking about adding one to my keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants