aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-18Add link to keycodes doc in how_keyboards_workGravatar Benny Powers
2017-08-18Fix these links, as they appear to be broken (#1595)Gravatar Roy Wellington Ⅳ
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 faviconsGravatar Jack Humbert
2017-08-17Add dvorak/colemak layersGravatar Drashna Jael're
2017-08-17bananasplit LED support and keymap addGravatar 0010
* added LED pin mapping * adding my keymap
2017-08-16Add message to avrdude script that it can't used within WSL currentlyGravatar Danny Nguyen
2017-08-16Make the bulk of our keyboards match the readme.md standardGravatar skullY
2017-08-16Revert "Moves files from ez/keymaps to ergodox/keymaps"Gravatar Erez Zukerman
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
2017-08-16Moves files from ez/keymaps to ergodox/keymapsGravatar Erez Zukerman
That directory shouldn't even exist
2017-08-16Update ErgoDox readmeGravatar Erez Zukerman
Per standard recommended in #1362.
2017-08-16Add separate readme.md for ErgoDoneGravatar Yu He
2017-08-16Add ErgoDone support to two keymaps that have special config.hGravatar Yu He
2017-08-16Add dummy backlight/LED functions for keymaps that require themGravatar Yu He
2017-08-16Add support for the ErgoDoneGravatar Yu He
2017-08-16Update links in the glossaryGravatar skullY
2017-08-16Doc updates from going through every fileGravatar skullY
2017-08-16break up keymaps and quantum keycodes into files by featureGravatar skullY
2017-08-16take a stab at documenting layersGravatar skullY
2017-08-16rework key_functions into feature_common_shortcutsGravatar skullY
2017-08-16Overhaul the Getting Started section and add a FAQ sectionGravatar skullY
2017-08-16line endingsGravatar skullY
2017-08-16trigger new travis buildGravatar skullY
2017-08-16Cleanup the clueboard keymapsGravatar skullY
2017-08-15cleanup usb-usb converter codeGravatar Balz Guenat
2017-08-15add RESET to keymapGravatar Balz Guenat
2017-08-15convert keymap into qmk-styleGravatar Balz Guenat
2017-08-15wow, it builds! added empty matrix.c and moved custom matrix code to ↵Gravatar Balz Guenat
custom_matrix.cpp still untested because of hardware availability :(
2017-08-15add extern "C" to matrix.cppGravatar Balz Guenat
2017-08-15some major steps toward making the usb-usb converter workGravatar Balz Guenat
2017-08-15remove unused variables from makefileGravatar Balz Guenat
2017-08-15small changes following Jack's advice.Gravatar Balz Guenat
2017-08-15start working on usb-usb converter portGravatar Balz Guenat
2017-08-15Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵Gravatar Martin Sandiford
DISABLE_LEADER defined.
2017-08-15Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵Gravatar Martin Sandiford
no other floating point used.
2017-08-15correct tilde to graveGravatar discursivemoth
2017-08-15Merge pull request #1571 from BalzGuenat/grave-esc-fixGravatar Jack Humbert
Fix for issue #1568
2017-08-14Merge pull request #1576 from That-Canadian/minidoxGravatar Jack Humbert
Minidox
2017-08-14Add files via uploadGravatar drashna
2017-08-14Fixed so will compile both with and without underglowGravatar drashna
2017-08-14Add files via uploadGravatar drashna
2017-08-14Create Keymap.cGravatar drashna
RGB Underglow mod for layer indication
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵Gravatar That-Canadian
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently.
2017-08-13Merge branch 'master' into minidoxGravatar That-Canadian
2017-08-13Merge remote-tracking branch 'upstream/master'Gravatar That-Canadian
2017-08-12fix for issue #1568Gravatar Balz Guenat
2017-08-12Merge remote-tracking branch 'upstream/master'Gravatar Balz Guenat
# Conflicts: # docs/faq_keymap.md
2017-08-11fix code block formattingGravatar Balz Guenat
2017-08-11add description of new option to docs and add option (commented out) into ↵Gravatar Balz Guenat
template.
2017-08-11add short comment to grave_esc_ctrl_overrideGravatar Balz Guenat
2017-08-11add option to let ctrl override shift/gui for the GRAVE_ESC.Gravatar Balz Guenat
This enables the ctrl+shift+esc shortcut to task manager on windows.