diff --git a/docs/he-il/becoming_a_qmk_collaborator.md b/docs/he-il/becoming_a_qmk_collaborator.md index 16ae0d569ec..208686c8329 100644 --- a/docs/he-il/becoming_a_qmk_collaborator.md +++ b/docs/he-il/becoming_a_qmk_collaborator.md @@ -1,3 +1,4 @@ +
# Becoming a QMK Collaborator A QMK collaborator is a keyboard maker or designer that is interested in helping QMK grow and fully support their keyboard(s), and encouraging their users and customers to submit features, ideas, and keymaps. We're always looking to add more keyboards and collaborators, but we ask that they fulfill these requirements: @@ -7,3 +8,4 @@ A QMK collaborator is a keyboard maker or designer that is interested in helping * **Approve and merge keymap pull requests for your keyboard.** We like to encourage users to contribute their keymaps for others to see and work from when creating their own. If you feel you meet these requirements, shoot us an email at hello@qmk.fm with an introduction and some links to your keyboard! +
\ No newline at end of file diff --git a/docs/he-il/documentation_best_practices.md b/docs/he-il/documentation_best_practices.md index 13cb88bf79e..90c4a137a04 100644 --- a/docs/he-il/documentation_best_practices.md +++ b/docs/he-il/documentation_best_practices.md @@ -1,3 +1,4 @@ +
# איך לתעד נכון עמוד זה קיים כדי לתעד את השיטות הטובות ביותר כאשר כותבים תיעוד עבור QMK. מעקב אחר הוראות אלה יעזור לשמור על סגנון וטון עקביים, אשר בתורם יעזרו לאנשים אחרים להבין טוב יותר את QMK. @@ -63,3 +64,4 @@ ``` מקמו את התיעוד שלכם בתוך `docs/feature_.md`, והוסיפו קישור לקובץ זה במקום המתאים ב `docs/_sidebar.md`. אם הוספתם קודי מקשים נוספים, תקפידו להוסיף אותם ל- `docs/keycodes.md` עם לינק לעמוד היכולת שלכם. +
\ No newline at end of file diff --git a/docs/he-il/hardware.md b/docs/he-il/hardware.md index dcd20b47d30..441792e031b 100644 --- a/docs/he-il/hardware.md +++ b/docs/he-il/hardware.md @@ -1,3 +1,4 @@ +
# חומרה QMK רצה על מגוון של חומרות. אם המעבד שלך יכול להיות ממוקד (מטורגט) ע״י [LUFA](http://www.fourwalledcubicle.com/LUFA.php) או [ChibiOS](http://www.chibios.com) כנראה שתוכל לגרום ל QMK לרוץ על המעבד. קטע זה מדבר על הרצת QMK, ותקשורת עם, סוגים שונים של חומרות. @@ -6,3 +7,4 @@ QMK רצה על מגוון של חומרות. אם המעבד שלך יכול ל * [מעבדי AVR](hardware_avr.md) * מעבדי ARM (TBD) * [מנהלי התקנים](hardware_drivers.md) +
\ No newline at end of file diff --git a/docs/he-il/quantum_keycodes.md b/docs/he-il/quantum_keycodes.md index f0823be492d..0bec3712442 100644 --- a/docs/he-il/quantum_keycodes.md +++ b/docs/he-il/quantum_keycodes.md @@ -1,3 +1,4 @@ +
# קודי מקלדת Quantum קודי מקלדת Quantum מאפשרים התאמה נוחה יותר של מיפוי המקשים שלך מעבר למה שהבסיסי מאפשר, ללא צורך בהגדרת של פעולות מותאמות אישית. @@ -26,3 +27,4 @@ |`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) | |`M(n)` | |Call macro `n` | |`MACROTAP(n)` | |Macro-tap `n` idk FIXME | +
\ No newline at end of file