summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20Add compile error if too many endpoints are defined for the ATmega32U4.Joe Wasson2-2/+3
2017-08-20Allow steno to build when NKRO is not defined.Joe Wasson1-5/+4
Was missing eeprom.h, MAX(), and memset.
2017-08-20Added default ECO keymapThat-Canadian3-0/+135
2017-08-20Line ending stuff againThat-Canadian2-16/+16
2017-08-20Update s60_x/default/rule.mk for original Sentraq S60-XDaniel Khodabakhsh1-2/+2
Fix and issue with the original Sentraq S60-X not being compatible with 'default'. If 'default' shouldn't be changed, perhaps I can create an 'original' revision.
2017-08-20Correct if-statementThreeFx1-1/+1
2017-08-20Added gentoo support for dependency scriptThreeFx1-0/+4
2017-08-19validates jsonJack Humbert1-1/+1
2017-08-19adds redirects for docsJack Humbert2-1/+18
2017-08-19Merge pull request #1601 from dlaroe/masterJack Humbert12-0/+1173
My keymaps only
2017-08-19remove dead links, add troubleshooting sectionBalz Guenat1-6/+13
2017-08-19Update USB-USB converter README according to #1588Balz Guenat1-51/+34
2017-08-19Update readme.mdRyan MacLean1-3/+3
2017-08-19Update readme.mdRyan MacLean1-3/+3
2017-08-19Fixing readme clobberRyan MacLean1-3/+3
2017-08-19Reverting CMD ChangesRyan MacLean1-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.
2017-08-19Required overridden function for keymaps in EEPROMWilba65821-0/+1
2017-08-18Added Preonic Makefile and readme.md2-2/+25
2017-08-18Updated keymaps with second LOWER for the right hand3-18/+18
2017-08-18Update Nyquist readme file to new formatDanny Nguyen1-161/+12
2017-08-18Fix incorrect name for GeminiPR in docs.Joe Wasson1-10/+10
2017-08-18adds audio docs to summaryJack Humbert1-0/+1
2017-08-18Add link to keycodes doc in how_keyboards_workBenny Powers1-1/+1
2017-08-18Fix these links, as they appear to be broken (#1595)Roy Wellington Ⅳ2-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.
2017-08-17update faviconsJack Humbert2-0/+0
2017-08-17Add dvorak/colemak layersDrashna Jael're1-87/+285
2017-08-17bananasplit LED support and keymap add00104-0/+137
* added LED pin mapping * adding my keymap
2017-08-17Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen1-12/+16
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY32-1153/+353
2017-08-17Revert "Moves files from ez/keymaps to ergodox/keymaps"Erez Zukerman6-0/+0
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
2017-08-17Moves files from ez/keymaps to ergodox/keymapsErez Zukerman6-0/+0
That directory shouldn't even exist
2017-08-17Update ErgoDox readmeErez Zukerman1-86/+11
Per standard recommended in #1362.
2017-08-16Add separate readme.md for ErgoDoneYu He1-0/+26
2017-08-16Add ErgoDone support to two keymaps that have special config.hYu He2-0/+6
2017-08-16Add dummy backlight/LED functions for keymaps that require themYu He2-8/+23
2017-08-16Add support for the ErgoDoneYu He13-0/+1067
2017-08-16Update links in the glossaryskullY1-5/+5
2017-08-16Doc updates from going through every fileskullY27-487/+458
2017-08-16break up keymaps and quantum keycodes into files by featureskullY12-361/+616
2017-08-16take a stab at documenting layersskullY1-5/+27
2017-08-16rework key_functions into feature_common_shortcutsskullY3-129/+145
2017-08-16Overhaul the Getting Started section and add a FAQ sectionskullY11-365/+351
2017-08-16line endingsskullY3-26/+26
2017-08-16trigger new travis buildskullY0-0/+0
2017-08-16Cleanup the clueboard keymapsskullY20-666/+119
2017-08-16cleanup usb-usb converter codeBalz Guenat15-428/+393
2017-08-16add RESET to keymapBalz Guenat2-2/+2
2017-08-16convert keymap into qmk-styleBalz Guenat2-67/+69
2017-08-16wow, it builds! added empty matrix.c and moved custom matrix code to ↵Balz Guenat3-1/+2
custom_matrix.cpp still untested because of hardware availability :(
2017-08-16add extern "C" to matrix.cppBalz Guenat1-121/+125