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

Backlight Breathing #313

Closed
wants to merge 15 commits into from
Closed

Backlight Breathing #313

wants to merge 15 commits into from

Conversation

IBNobody
Copy link
Contributor

@IBNobody IBNobody commented May 8, 2016

I borrowed the code used for the sleep led option and repurposed it for the atomic backlight. My keyboard backlight now pulses off when I hit the raise or lower shift and cycles while I am in the function layer.

Refactored the LUTs. Abstracted some of the registers out of audio to
use more functional names. Split audio into audio and audio_pwm. WIP
added extra kcs to keymap common
…ev_atomic_1

# Conflicts:
#	keyboard/atomic/keymaps/pvc/config.h
#	keyboard/atomic/keymaps/pvc/keymap.c
#	keyboard/planck/keymaps/pvc/makefile.mk
#	quantum/audio/audio.c
#	quantum/quantum.mk
SRC += $(QUANTUM_DIR)/audio/voices.c
SRC += $(QUANTUM_DIR)/audio/luts.c
SRC += $(QUANTUM_DIR)/audio/audio.c $(QUANTUM_DIR)/audio/voices.c
SRC += $(QUANTUM_DIR)/audio/audio.c $(QUANTUM_DIR)/audio/luts.c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We changed this in a previous commit - is there a reason audio.c needs to be on both lines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental merge artifacts. Fixed

@jackhumbert
Copy link
Member

This is awesome - moving to #314 with Planck additions!

@jackhumbert jackhumbert closed this May 9, 2016
BlueTufa pushed a commit to BlueTufa/qmk_firmware that referenced this pull request Aug 6, 2021
- thinko accidentally forgot to provide a getter and state for setter
daltona pushed a commit to daltona/qmk_firmware that referenced this pull request Jan 31, 2023
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

Successfully merging this pull request may close these issues.

2 participants