]> git.donarmstrong.com Git - qmk_firmware.git/commit
Move tmk_core/common/backlight to quantum/backlight (#6710)
authorJoel Challis <git@zvecr.com>
Thu, 17 Oct 2019 16:48:58 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2019 16:48:58 +0000 (17:48 +0100)
commitabfd6ed9613013d3c9f15da8b575a902d9bcf274
tree8f2a4601586a7bc67f5f684e0d07b41e9608f3b3
parente3a21348c3879c11072c7c42d3b4d04b022f4fe2
Move tmk_core/common/backlight to quantum/backlight (#6710)

* Move tmk_core/common/backlight to quantum/backlight

* Add guards to backlight inclusion

* Add guards to backlight inclusion

* Update backlight guards on clueboard/60

* Use full paths to avoid vpath issues
14 files changed:
common_features.mk
keyboards/clueboard/60/led.c
quantum/backlight/backlight.c
quantum/backlight/backlight.h [new file with mode: 0644]
quantum/keymap_common.c
quantum/quantum.c
tmk_core/common.mk
tmk_core/common/action.c
tmk_core/common/avr/suspend.c
tmk_core/common/backlight.c [deleted file]
tmk_core/common/backlight.h [deleted file]
tmk_core/common/chibios/suspend.c
tmk_core/common/command.c
tmk_core/common/keyboard.c