summaryrefslogtreecommitdiff
path: root/docs/hand_wire.md
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04[docs] Replace Imgur-hosted images (#25690)James Young1-14/+14
2025-09-09docs: fix misspellings (#25555)François Magimel1-5/+5
* docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag.
2025-04-08Remove direct docs.qmk.fm links from docs (#25113)Joel Challis1-1/+1
2024-08-15Update Discord URL (#24283)Joel Challis1-1/+1
2024-06-02[docs] Organize driver & feature docs into subfolders (#23848)Ryan1-1/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-30[docs] Fix code blocks overflowing page width (#23829)Joel Challis1-1/+3
Fix code blocks overflowing page width
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-4/+4
2024-04-06Update hand_wire.md (#23429)Felix Teutsch1-1/+1
2022-08-13Improve importer workflow (#17707)Joel Challis1-14/+19
2021-07-29[Docs] Added information on soldering diodes in parallel (#13117)officereso1-1/+1
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-30[Docs] Use HTTPS for images and links where possible (#11695)Ryan1-6/+6
2021-01-01[Docs] Fix typo in hand_wire.md (#11297)Michael Overman1-1/+1
2021-01-01Fix typo in hand wiring guide (#11388)s-maurice1-1/+1
ridid -> rigid
2020-03-05make sure all our redirects are in orderskullY1-0/+6
2020-03-05Hand Wire guide tidying, part 2James Young1-2/+2
2020-03-05Hand Wire guide tidyingJames Young1-9/+10
2020-03-05clean up Firmware Setup section in Hand Wire guideJames Young1-0/+12
2020-03-05remove collapsible section for Compiling; redirect to Building Firmware docJames Young1-103/+1
2020-03-05replace QMK Toolbox image in Hand Wire guideJames Young1-1/+1
Showing a current version of QMK Toolbox
2020-03-05restructure Hand Wire GuideJames Young1-100/+50
2020-03-05split Hand Wire Preamble to a separate docJames Young1-109/+0
2019-10-25[Docs] Fixed internal links on Handwire page (#7154)Gouty1-4/+4
Some of the links were not playing nice on docs.qmk.fm, I think this fixes it.
2019-10-25[Docs] Update hand wire guide (#7044)Gouty1-46/+192
* Reorganised Hand Wire Guide Added some images and put the "Matrix" section in a hidden <details> section * Actually adding images this time removed .jpg from .gitignore * Hand wire guide updated Incomplete, but started making the guide more general. Will continue to add images (in imgur as requested) * Removed some more images from gitignore * testing image changes (temporary) * Update hand_wire.md * added techniques table * Tweaking the table * Finished soldering guide * Fixed some links, change image scaling * More of the same * resizing images * updated images * Update hand_wire.md * Resizing images * Update hand_wire.md * Update hand_wire.md * Create ribbon_cable.jpg * Minor updates to links * Updated firmware and flashing guidelines * Updated images to imgur links and re-added images to gitignore * Implemented requested changes. Improved wording * Added handwire helpers info and split KB info * Update hand_wire.md * Removed "the" from "the QMK toolbox" * Fixed handwire helper table and image size * Fixed a heading
2019-04-27A better new_project.sh (#5191)fauxpark1-5/+7
* A better new_project.sh * Fix docstrings * Use single quotes for anything not shown to user * Missed this docstring * Simplify get_git_username() Thanks @vomindoraan * chmod +x * Add docstring for print_error() * Break up git username call into multiple lines * Use with statement here * Conform to PEP 8 even more * Turn it back into a shell script * chmod +x again * Update docs to reflect new keyboard generator usage * Tweak wording slightly * Trim trailing whitespace * Don't actually need to escape the newlines here * As I suspected, you can pass shift a number * Prepend ./ to match the other code block * Minor syntax tweaks * The username token has changed * Replace name in the readme too * Make some reasonable assumptions about the presence of Git
2019-03-05Add more "decent" text editors (#5308)Mitchel van Eijgen1-1/+1
I'm a web designer and know there are several "decent" code editors out there, but I would figure not everyone into keyboards is, so I found Sublime text a bit of a hard sell for someone who just need to manipulate some text files. VS Code or Atom would b a much better suit for them instead of dropping $80 on a "decent" text editor.
2019-02-21Replace instances of KEYMAP with LAYOUTnoroadsleft1-1/+1
Many instances in the QMK Docs referenced KEYMAP macros, which is outdated terminology. Replaced most instances of KEYMAP with LAYOUT, to reflect the desired usage.
2019-02-20Updated hand wiring docs (#5198)Johannes Jansson1-7/+14
* renamed KEYMAP to LAYOUT in hand wiring docs * added two additional guides for hand wiring
2017-12-09Trim trailing whitespacefauxpark1-2/+2
2017-12-09Fix some of the more obvious typosfauxpark1-1/+1
2017-12-09Convert all headings to Title Casefauxpark1-15/+15
2017-11-13Update hand_wire.mdJames1-1/+1
Change "Resin" to "Rosin"
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-2/+2
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-16Doc updates from going through every fileskullY1-3/+3
2017-07-03update hand_wireskullY1-28/+38
2017-06-10convert docs to lowercase and underscoresJack Humbert1-0/+321