aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-11Makefile redo & other features (#395)Gravatar Jack Humbert
* .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
2016-06-02Stops explorer.exe from being started with admin privilieges (#373)Gravatar Noah Andrews
2016-03-27Adding clueboard/cluepad support to qmkGravatar skullY
2016-02-26ignore dfu-programme.exe in commitsGravatar Lucas Hecht
2016-02-21Added eclipse settings files to .gitignoreGravatar Didier Loiseau
2016-02-06my personal ergodox keymap layoutGravatar Daniel Mijares
with pngs of layout and readme
2016-01-18Merge pull request #73 from dragon788/dragon_modGravatar Erez Zukerman
Requesting some comments and review on my changes
2016-01-03Adding Vagrantfile for easier compile environment setupGravatar dragon788
2016-01-02Dave's custom keymapGravatar Dave Jones
This moves the keys closer to a traditional layout with some redundancy around the middle to compensate for fast non-traditional typists like myself who tend to wander from the home row a fair bit. Navigation keys are provided in layer 2 (accessed by left thumb button), programming symbols and classic numeric keypad in layer 1 (accessed by right thumb button). Permanent layer switching is provided with a smaller thumb button. Ctrl provided in place of caps lock (because no-one needs caps/num lock), space, backspace, enter, shift all in traditional positions with layer 1 providing things like equals, tilde and apostrophe (an attempt to re-use existing muscle memory). LEDs are pimped to the point of being silly (fading in/out on layer switch, rolling on reboot ... because I can). Power and reset keys provided on left thumb pad in layer 2. No meh or hyper as I haven't found a burning need for them yet.
2014-11-24Merge branch 'rn42' into merge_rn42Gravatar tmk
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-11-14ignore files with trailing ~Gravatar Simon Stapleton
2014-07-30Fix build files for mbedGravatar tmk
2010-09-30add mouse function.Gravatar tmk
2010-08-10change file name.Gravatar tmk