diff options
| author | Joel Challis <git@zvecr.com> | 2025-03-06 23:17:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 23:17:51 +0000 |
| commit | 6e1d3d6d077f50cb61d37f8310162b38b109fa87 (patch) | |
| tree | 65eb42f93e90b6649d927718d7adacad9dbeb7d5 /quantum | |
| parent | 12f9f34fc82e3bab7c92f488a1528592c4bc9628 (diff) | |
Add EOL to non-keyboard files (#24990)
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/rgb_matrix/animations/rgb_matrix_effects.inc | 2 | ||||
| -rw-r--r-- | quantum/split_common/split_util.h | 2 | ||||
| -rw-r--r-- | quantum/via.h | 2 | ||||
| -rw-r--r-- | quantum/wear_leveling/tests/rules.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/quantum/rgb_matrix/animations/rgb_matrix_effects.inc b/quantum/rgb_matrix/animations/rgb_matrix_effects.inc index a02238a2d1..e8b7a2bcde 100644 --- a/quantum/rgb_matrix/animations/rgb_matrix_effects.inc +++ b/quantum/rgb_matrix/animations/rgb_matrix_effects.inc | |||
| @@ -42,4 +42,4 @@ | |||
| 42 | #include "starlight_anim.h" | 42 | #include "starlight_anim.h" |
| 43 | #include "starlight_dual_sat_anim.h" | 43 | #include "starlight_dual_sat_anim.h" |
| 44 | #include "starlight_dual_hue_anim.h" | 44 | #include "starlight_dual_hue_anim.h" |
| 45 | #include "riverflow_anim.h" \ No newline at end of file | 45 | #include "riverflow_anim.h" |
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h index f83b05b6a6..6f4c4dc660 100644 --- a/quantum/split_common/split_util.h +++ b/quantum/split_common/split_util.h | |||
| @@ -15,4 +15,4 @@ bool is_transport_connected(void); | |||
| 15 | 15 | ||
| 16 | void split_watchdog_update(bool done); | 16 | void split_watchdog_update(bool done); |
| 17 | void split_watchdog_task(void); | 17 | void split_watchdog_task(void); |
| 18 | bool split_watchdog_check(void); \ No newline at end of file | 18 | bool split_watchdog_check(void); |
diff --git a/quantum/via.h b/quantum/via.h index 01d4c48b37..f9d3b3314c 100644 --- a/quantum/via.h +++ b/quantum/via.h | |||
| @@ -202,4 +202,4 @@ void via_qmk_audio_command(uint8_t *data, uint8_t length); | |||
| 202 | void via_qmk_audio_set_value(uint8_t *data); | 202 | void via_qmk_audio_set_value(uint8_t *data); |
| 203 | void via_qmk_audio_get_value(uint8_t *data); | 203 | void via_qmk_audio_get_value(uint8_t *data); |
| 204 | void via_qmk_audio_save(void); | 204 | void via_qmk_audio_save(void); |
| 205 | #endif \ No newline at end of file | 205 | #endif |
diff --git a/quantum/wear_leveling/tests/rules.mk b/quantum/wear_leveling/tests/rules.mk index 4d7a964049..f5f36e5b6e 100644 --- a/quantum/wear_leveling/tests/rules.mk +++ b/quantum/wear_leveling/tests/rules.mk | |||
| @@ -63,4 +63,4 @@ wear_leveling_8byte_SRC := \ | |||
| 63 | $(wear_leveling_common_SRC) \ | 63 | $(wear_leveling_common_SRC) \ |
| 64 | $(QUANTUM_PATH)/wear_leveling/tests/wear_leveling_8byte.cpp | 64 | $(QUANTUM_PATH)/wear_leveling/tests/wear_leveling_8byte.cpp |
| 65 | wear_leveling_8byte_INC := \ | 65 | wear_leveling_8byte_INC := \ |
| 66 | $(wear_leveling_common_INC) \ No newline at end of file | 66 | $(wear_leveling_common_INC) |
