summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-28 04:36:32 +1100
committerGitHub <noreply@github.com>2020-12-28 04:36:32 +1100
commit1b7b72c0e96856d2b9f73f705787af3426662bcf (patch)
treeb03387eee60a4650d850c11daf7a962285837da6 /docs
parentbbf0f65284f6c9cc40429f446bddf48e2e882ad0 (diff)
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog/20190830.md1
-rw-r--r--docs/es/hardware_drivers.md1
-rw-r--r--docs/feature_debounce_type.md1
-rw-r--r--docs/feature_sequencer.md1
-rw-r--r--docs/feature_stenography.md1
-rw-r--r--docs/fuse.txt1
-rw-r--r--docs/he-il/documentation_best_practices.md2
-rw-r--r--docs/he-il/faq.md2
-rw-r--r--docs/he-il/faq_general.md2
-rw-r--r--docs/he-il/getting_started_getting_help.md2
-rw-r--r--docs/he-il/hardware.md2
-rw-r--r--docs/he-il/newbs_learn_more_resources.md2
-rw-r--r--docs/ja/feature_debounce_type.md2
-rw-r--r--docs/ja/internals_input_callback_reg.md1
-rw-r--r--docs/platformdev_chibios_earlyinit.md2
15 files changed, 7 insertions, 16 deletions
diff --git a/docs/ChangeLog/20190830.md b/docs/ChangeLog/20190830.md
index bd2d5e19c3..ab6e28c4d9 100644
--- a/docs/ChangeLog/20190830.md
+++ b/docs/ChangeLog/20190830.md
@@ -50,4 +50,3 @@ This document marks the inaugural Breaking Change merge. A list of changes follo
* `KC_DELT` was a redundant, undocumented alias for `KC_DELETE`
* It has been removed and all its uses replaced with the more common `KC_DEL` alias
* Around 90 keymaps (mostly for ErgoDox boards) have been modified as a result
-
diff --git a/docs/es/hardware_drivers.md b/docs/es/hardware_drivers.md
index 7b74b34b45..e0a9736068 100644
--- a/docs/es/hardware_drivers.md
+++ b/docs/es/hardware_drivers.md
@@ -33,4 +33,3 @@ Soporte para hasta 2 controladores. Cada controlador implementa 2 matrices charl
## IS31FL3733
Soporte para hasta un solo controlador con espacio para expansión. Cada controlador puede controlar 192 LEDs individuales o 64 LEDs RGB. Para obtener más información sobre cómo configurar el controlador, consulta la página de [Matriz RGB](feature_rgb_matrix.md).
-
diff --git a/docs/feature_debounce_type.md b/docs/feature_debounce_type.md
index 966e75acc1..3ad74224c1 100644
--- a/docs/feature_debounce_type.md
+++ b/docs/feature_debounce_type.md
@@ -148,4 +148,3 @@ The following old names for existing algorithms will continue to be supported, h
* eager_pk - old name for sym_eager_pk
* sym_pk - old name for sym_defer_pk
* eager_pr - old name for sym_eager_pr
-
diff --git a/docs/feature_sequencer.md b/docs/feature_sequencer.md
index 8c8587a9b8..76b4db5cf6 100644
--- a/docs/feature_sequencer.md
+++ b/docs/feature_sequencer.md
@@ -85,4 +85,3 @@ While the tempo defines the absolute speed at which the sequencer goes through t
|`void sequencer_activate_track(uint8_t track);` |Activate the `track` |
|`void sequencer_deactivate_track(uint8_t track);` |Deactivate the `track` |
|`void sequencer_toggle_single_active_track(uint8_t track);` |Set `track` as the only active track or deactivate all |
-
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md
index 148d61b044..11e54965d1 100644
--- a/docs/feature_stenography.md
+++ b/docs/feature_stenography.md
@@ -129,4 +129,3 @@ As defined in `keymap_steno.h`.
|`STN_RES1`||(GeminiPR only)|
|`STN_RES2`||(GeminiPR only)|
|`STN_PWR`||(GeminiPR only)|
-
diff --git a/docs/fuse.txt b/docs/fuse.txt
index 99ddd2d186..ceb588be3d 100644
--- a/docs/fuse.txt
+++ b/docs/fuse.txt
@@ -47,4 +47,3 @@ This configuration is from usbasploader's Makefile.
# | | +----- LB 2..1 (No memory lock features enabled)
# | +--------- BLB0 2..1 (No restrictions for SPM or LPM accessing the Application section)
# +--------------- BLB1 2..1 (No restrictions for SPM or LPM accessing the Boot Loader section)
-
diff --git a/docs/he-il/documentation_best_practices.md b/docs/he-il/documentation_best_practices.md
index 90c4a137a0..bba9d886ab 100644
--- a/docs/he-il/documentation_best_practices.md
+++ b/docs/he-il/documentation_best_practices.md
@@ -64,4 +64,4 @@
```
מקמו את התיעוד שלכם בתוך `docs/feature_<my_cool_feature>.md`, והוסיפו קישור לקובץ זה במקום המתאים ב `docs/_sidebar.md`. אם הוספתם קודי מקשים נוספים, תקפידו להוסיף אותם ל- `docs/keycodes.md` עם לינק לעמוד היכולת שלכם.
-</div> \ No newline at end of file
+</div>
diff --git a/docs/he-il/faq.md b/docs/he-il/faq.md
index 88ea07fbe7..0a783eb8ca 100644
--- a/docs/he-il/faq.md
+++ b/docs/he-il/faq.md
@@ -5,4 +5,4 @@
* [בנייה או קומפילציה של QMK](faq_build.md)
* [דיבאגינג ופתרון בעיות של QMK](faq_debug.md)
* [מיפוי מקשים](faq_keymap.md)
-</div> \ No newline at end of file
+</div>
diff --git a/docs/he-il/faq_general.md b/docs/he-il/faq_general.md
index 26286d552f..fc102d6c6a 100644
--- a/docs/he-il/faq_general.md
+++ b/docs/he-il/faq_general.md
@@ -14,4 +14,4 @@ TMK עוצב ומומש במקור ע״י [Jun Wako](https://github.com/tmk). QM
מנק׳ מבט של הפרוייקט וניהול הקהילה, TMK מנהל את כל המקלדות הנתמכות בעצמו, עם מעט תמיכה מהקהילה. כל אחד יכול לעשות פורק מהפרוייקט עבור מקלדות אחרות. רק מס׳ מיפויי מקשים נמצאים בברירת המחדל כך שאנשים בד״כ לא משתפים מיפויי מקשים זה עם זה. QMK מעודד את השיתוף של המקלדות וקודי המקשים דרך רפוזיטורי בניהול מרכזי, אשר מקבל את כל בקשות ה- Pull Requests שעומדות בסטנדרט האיכות. רובם מנוהלות ע״י הקהילה, אבל הצוות של QMK עוזר כשנדרש.
לשתי הגישות יש יתרונות וחסרונות וקוד עובר בחופשיות בין TMK ל- QMK כשצריך.
-</div> \ No newline at end of file
+</div>
diff --git a/docs/he-il/getting_started_getting_help.md b/docs/he-il/getting_started_getting_help.md
index e62c9f403d..7dec3e87d6 100644
--- a/docs/he-il/getting_started_getting_help.md
+++ b/docs/he-il/getting_started_getting_help.md
@@ -14,4 +14,4 @@
## סוגיות GitHub
ניתן לפתוח [סוגייה ב-GitHub](https://github.com/qmk/qmk_firmware/issues). הדבר שימושי במיוחד כאשר הסוגיה דורשת דיון עמוק וארוך או דיבאגינג.
-</div> \ No newline at end of file
+</div>
diff --git a/docs/he-il/hardware.md b/docs/he-il/hardware.md
index 441792e031..70bb846f18 100644
--- a/docs/he-il/hardware.md
+++ b/docs/he-il/hardware.md
@@ -7,4 +7,4 @@ QMK רצה על מגוון של חומרות. אם המעבד שלך יכול ל
* [מעבדי AVR](hardware_avr.md)
* מעבדי ARM (TBD)
* [מנהלי התקנים](hardware_drivers.md)
-</div> \ No newline at end of file
+</div>
diff --git a/docs/he-il/newbs_learn_more_resources.md b/docs/he-il/newbs_learn_more_resources.md
index 8792a9de0a..4127c387ff 100644
--- a/docs/he-il/newbs_learn_more_resources.md
+++ b/docs/he-il/newbs_learn_more_resources.md
@@ -13,4 +13,4 @@
מקורות לפקודות שורה (Command Line):
* [מדריך טוב על Command Line](https://www.codecademy.com/learn/learn-the-command-line)
-</div> \ No newline at end of file
+</div>
diff --git a/docs/ja/feature_debounce_type.md b/docs/ja/feature_debounce_type.md
index 2d874b7565..a375ebb456 100644
--- a/docs/ja/feature_debounce_type.md
+++ b/docs/ja/feature_debounce_type.md
@@ -43,5 +43,3 @@ endif
* eager_pk - キーごとにデバウンスします。状態が変化すると、応答は即座に行われ、その後そのキーは ```DEBOUNCE``` ミリ秒の間入力されません。
* sym_g - キーボードごとにデバウンスします。状態が変化すると、グローバルタイマが設定されます。```DEBOUNCE``` ミリ秒の間何も変化がなければ、全ての入力の変更がプッシュされます。
* sym_pk - キーごとにデバウンスします。状態が変化すると、キーごとのタイマーが設定されます。```DEBOUNCE``` ミリ秒の間そのキーに変化がなければ、キーの状態の変更がプッシュされます。
-
-
diff --git a/docs/ja/internals_input_callback_reg.md b/docs/ja/internals_input_callback_reg.md
index 517873b7ca..864b1d5750 100644
--- a/docs/ja/internals_input_callback_reg.md
+++ b/docs/ja/internals_input_callback_reg.md
@@ -171,4 +171,3 @@
* `device` 関連するデバイス
* `func` 登録するコールバック関数
-
diff --git a/docs/platformdev_chibios_earlyinit.md b/docs/platformdev_chibios_earlyinit.md
index 5fd78bb336..eb932bc774 100644
--- a/docs/platformdev_chibios_earlyinit.md
+++ b/docs/platformdev_chibios_earlyinit.md
@@ -61,4 +61,4 @@ To implement your own version of this function, in your keyboard's source files:
void board_init(void) {
// initialize anything that requires ChibiOS
}
-``` \ No newline at end of file
+```