Skip to main content

thpoll83/qmk_firmware

جمع SkillsMP عدد ١٧ من skills من thpoll83/qmk_firmware. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
١٧
نجوم GitHub
٣٢
تفرعات GitHub
٤

عرض ١٧ من أصل ١٧ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Extract a self-contained subsystem out of keyboards/polykybd/ into a reusable QMK community module under modules/polykybd/ — assess the coupling, scaffold the module, convert consumers to its auto-hooks, add a mocked unit-test suite, and verify with a…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Merge upstream/master into the current branch (typically PolyKybd), resolve any conflicts, and push. Use after mirror-master-with-upstream to bring PolyKybd customisations up to date with the latest QMK changes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Fast-forward the fork's master branch to match upstream/master exactly, then push it to origin. Use this to keep the fork's master as a clean mirror before or after a merge-upstream-into-branch run.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Measure PolyKybd firmware performance on the HIL rig and interpret the result — main-loop iteration timing, overlay-burst cost split into bridge/render/rest, HID round-trip latency, and boot-to-responsive. Drives the opt-in perf CI job (or a manual…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Cut a GitHub Release for the PolyKybd firmware (qmk_firmware), the host app (PolyKybdHost) or WinCompose (wincompose) — draft customer-facing release notes (newest version first, maintenance-only bumps skipped, concise, informative-over-funny), get the user's…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build the PolyKybd split72 firmware and hand the user a flashable `.bin` (plus the paired DoomPack `.plyx`) for testing on real hardware. Use whenever the user asks for "a bin", "a build to test", "give me firmware", "can you build that so I can flash it", or…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Scan the current (or a past) Claude Code session for things worth keeping — (1) durable LEARNINGS (gotchas, root causes, environment/toolchain quirks, design decisions, hard-won exact commands) that belong in a CLAUDE.md / docs / memory but aren't recorded…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Adjust the PolyKybd STATUS OLED layout (the 128x64 split72 / 32x128 portrait split42 panel) — move, add, resize or re-space rows and indicator columns, and verify the result before flashing. Use when asked to "distribute the lines better", "give X more…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو الويب
الوصف

When you add or change a USER-FACING feature in the firmware or host — a new HID command / PROTOCOL_VERSION, a polyctl subcommand, a host setting or tray menu item, a keyboard feature (glyph script, idle style, brightness, font pack), or a language/layout —…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Regenerate PolyKybd font-pack bundles from the committed firmware headers and reship the changed ones to the host (PolyKybdHost) — WITHOUT needing the pinned fontconvert / FreeType-HarfBuzz build. Use when a bundle's shipped .plyf must be refreshed: after a…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add a fantasy / retro glyph-script override to the PolyKybd keyboard — an alternative face for the language-layer letter/digit legends (Tengwar, runes, Aurebesh, IBM VGA, C64, Braille, APL, …), selectable over HID cmd 30. Use when asked to "add a glyph script…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Triage a red "HIL test (split72)" check on a PolyKybd `thpoll83/qmk_firmware` PR and drive it to green or a correct root-cause diagnosis. Use when a HIL check fails, a `❌ HIL test failed — rig diagnostics` comment appears, the user asks to "look at the HIL…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add an OS-aware keycap shortcut-hint glyph to the PolyKybd firmware — a display-only preview icon shown on a key while a modifier is held (e.g. Win+V clipboard, Cmd+Tab app-switch, Ctrl+Left word-nav). Use when asked to "add a hint for Win/Cmd/Super+X", "show…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add one or more keyboard-language layouts to the PolyKybd firmware (a new `xx-YY` entry in the per-keycap display LUT) end to end — pick fold/clone/new-mapping, build the key column from xkb, handle fonts & named glyphs, re-cog the generated files, rebuild…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build the PolyKybd firmware twice — at HEAD (baseline) and with the current working-tree changes — then diff the resulting binaries. Reports (a) size deltas: total .uf2 bytes plus ELF section sizes (.text/.data/.bss, ROM/RAM); and (b) code-identity: whether…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Make a PolyKybd keycap glyph render WITHOUT a font pack flashed by moving it into the resident (compiled-in) font set. Use when asked to "make X render with no pack", "the GUI / emoji-layer / util-layer / modifier symbol is blank without the font pack", "add…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate PolyKybd firmware release notes for a version range, grouped per version with an entertaining-but-technical voice (emoji + real mechanisms, pins, command IDs). Use when asked to "write release notes", "changelog for vX → vY", "what changed since the…

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ١٧ من أصل ١٧ skills مجمعة.