diff options
author | Drashna Jaelre <drashna@live.com> | 2019-07-28 10:56:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 10:56:35 -0700 |
commit | c9424eb8d7586ccc2d72014df7b2223cb2645588 (patch) | |
tree | 533212fe003d5b7529d5075e87cc12fb2a2beb56 /keyboards/crkbd/rev1/rules.mk | |
parent | bbdc82dd36a95c6bb8dafca6ca87c9e87d5bc315 (diff) | |
download | qmk_firmware-c9424eb8d7586ccc2d72014df7b2223cb2645588.tar.gz |
[Keyboard] Fix up and clean Corne Keyboard code (#6284)
* Fix corne communication issues with LTO
* Fix up other issues with corne code
* Fix indentation
* Clang Format rev1 file for Corne
Diffstat (limited to 'keyboards/crkbd/rev1/rules.mk')
-rw-r--r-- | keyboards/crkbd/rev1/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/crkbd/rev1/rules.mk b/keyboards/crkbd/rev1/rules.mk index f12849f98..307786375 100644 --- a/keyboards/crkbd/rev1/rules.mk +++ b/keyboards/crkbd/rev1/rules.mk @@ -4,6 +4,6 @@ ifeq ($(strip $(RGB_MATRIX_SPLIT_RIGHT)), yes) OPT_DEFS += -DRGB_MATRIX_SPLIT_RIGHT endif -SRC += rev1/matrix.c -SRC += rev1/split_util.c -SRC += rev1/split_scomm.c +SRC += matrix.c \ + split_util.c \ + split_scomm.c |