aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | remove dead links, add troubleshooting sectionBalz Guenat2017-08-191-6/+13
| | | |
* | | | Update USB-USB converter README according to #1588Balz Guenat2017-08-191-51/+34
| | | |
* | | | Update readme.mdRyan MacLean2017-08-191-3/+3
| | | |
* | | | Update readme.mdRyan MacLean2017-08-191-3/+3
| | | |
* | | | Fixing readme clobberRyan MacLean2017-08-191-3/+3
| | | |
* | | | Reverting CMD ChangesRyan MacLean2017-08-191-1/+1
| | | | | | | | | | | | | | | | Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars. Currently, the Dockerfile is hard-coded.
* | | | Required overridden function for keymaps in EEPROMWilba65822017-08-191-0/+1
| |_|/ |/| |
* | | Update Nyquist readme file to new formatDanny Nguyen2017-08-181-161/+12
| | |
* | | Fix incorrect name for GeminiPR in docs.Joe Wasson2017-08-181-10/+10
| | |
* | | adds audio docs to summaryJack Humbert2017-08-181-0/+1
| | |
* | | Add link to keycodes doc in how_keyboards_workBenny Powers2017-08-181-1/+1
| | |
* | | Fix these links, as they appear to be broken (#1595)Roy Wellington Ⅳ2017-08-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like build_environment_setup.md got renamed to getting_started_build_tools.md in this commit: commit e6c638bed1fa0a48bb6f8697b2a61717c4fd0992 Author: skullY <skullydazed@gmail.com> Date: Sat Aug 5 20:54:34 2017 -0700 Overhaul the Getting Started section and add a FAQ section docs/{build_environment_setup.md => getting_started_build_tools.md} | 132 ++++++++++++++++++++++++++++++++++++------------------------------------- This commit adjusts the links to match the new name.
* | | update faviconsJack Humbert2017-08-172-0/+0
| | |
* | | Add dvorak/colemak layersDrashna Jael're2017-08-171-87/+285
| | |
* | | bananasplit LED support and keymap add00102017-08-174-0/+137
| | | | | | | | | | | | | | | * added LED pin mapping * adding my keymap
* | | Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen2017-08-161-12/+16
| | |
* | | Make the bulk of our keyboards match the readme.md standardskullY2017-08-1632-1153/+353
| | |
* | | Revert "Moves files from ez/keymaps to ergodox/keymaps"Erez Zukerman2017-08-166-0/+0
| | | | | | | | | | | | This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
* | | Moves files from ez/keymaps to ergodox/keymapsErez Zukerman2017-08-166-0/+0
| | | | | | | | | | | | That directory shouldn't even exist
* | | Update ErgoDox readmeErez Zukerman2017-08-161-86/+11
| | | | | | | | | | | | Per standard recommended in #1362.
* | | Add separate readme.md for ErgoDoneYu He2017-08-161-0/+26
| | |
* | | Add ErgoDone support to two keymaps that have special config.hYu He2017-08-162-0/+6
| | |
* | | Add dummy backlight/LED functions for keymaps that require themYu He2017-08-162-8/+23
| | |
* | | Add support for the ErgoDoneYu He2017-08-1613-0/+1067
| | |
* | | Update links in the glossaryskullY2017-08-161-5/+5
| | |
* | | Doc updates from going through every fileskullY2017-08-1627-487/+458
| | |
* | | break up keymaps and quantum keycodes into files by featureskullY2017-08-1612-361/+616
| | |
* | | take a stab at documenting layersskullY2017-08-161-5/+27
| | |
* | | rework key_functions into feature_common_shortcutsskullY2017-08-163-129/+145
| | |
* | | Overhaul the Getting Started section and add a FAQ sectionskullY2017-08-1611-365/+351
| | |
* | | line endingsskullY2017-08-163-26/+26
| | |
* | | trigger new travis buildskullY2017-08-160-0/+0
| | |
* | | Cleanup the clueboard keymapsskullY2017-08-1620-666/+119
| | |
* | | cleanup usb-usb converter codeBalz Guenat2017-08-1515-428/+393
| | |
* | | add RESET to keymapBalz Guenat2017-08-152-2/+2
| | |
* | | convert keymap into qmk-styleBalz Guenat2017-08-152-67/+69
| | |
* | | wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat2017-08-153-1/+2
| | | | | | | | | | | | | | | | | | custom_matrix.cpp still untested because of hardware availability :(
* | | add extern "C" to matrix.cppBalz Guenat2017-08-151-121/+125
| | |
* | | some major steps toward making the usb-usb converter workBalz Guenat2017-08-159-24/+59
| | |
* | | remove unused variables from makefileBalz Guenat2017-08-151-4/+5
| | |
* | | small changes following Jack's advice.Balz Guenat2017-08-151-3/+5
| | |
* | | start working on usb-usb converter portBalz Guenat2017-08-1516-0/+1481
| | |
* | | Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵Martin Sandiford2017-08-151-0/+4
| | | | | | | | | | | | DISABLE_LEADER defined.
* | | Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵Martin Sandiford2017-08-151-3/+11
| | | | | | | | | | | | no other floating point used.
* | | correct tilde to gravediscursivemoth2017-08-151-1/+1
| | |
* | | Merge pull request #1571 from BalzGuenat/grave-esc-fixJack Humbert2017-08-152-5/+16
|\ \ \ | | | | | | | | Fix for issue #1568
| * | | fix for issue #1568Balz Guenat2017-08-121-4/+15
| | | |
| * | | Merge remote-tracking branch 'upstream/master'Balz Guenat2017-08-1260-98/+1496
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # docs/faq_keymap.md
| * | | | fix code block formattingBalz Guenat2017-08-111-1/+1
| | | | |
| * | | | add description of new option to docs and add option (commented out) into ↵Balz Guenat2017-08-112-1/+8
| | | | | | | | | | | | | | | | | | | | template.