Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile redo & other features (#395) | Jack Humbert | 2016-06-11 | 1 | -87/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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 | ||||
* | moves backlight functionality to keyboard files and updates template makefile | Jack Humbert | 2016-04-29 | 1 | -4/+0 |
| | | | | previously there were two backlight.c files (bad) | ||||
* | planck default layout updates | Jack Humbert | 2016-04-17 | 1 | -2/+2 |
| | |||||
* | Added Audio to my Atomic | IBNobody | 2016-04-15 | 1 | -30/+1 |
| | |||||
* | Prepping for merge with new_defaults | IBNobody | 2016-04-15 | 1 | -23/+39 |
|\ | |||||
| * | the spacessss | Jack Humbert | 2016-04-15 | 1 | -26/+40 |
| | | |||||
| * | bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵ | Jack Humbert | 2016-04-14 | 1 | -7/+4 |
| | | | | | | | | include cond | ||||
* | | fixed merging | IBNobody | 2016-04-14 | 1 | -1/+37 |
|\| | |||||
| * | changing up the makefile a bit | Jack Humbert | 2016-04-14 | 1 | -22/+34 |
| | | |||||
| * | new defaults | Jack Humbert | 2016-04-14 | 1 | -1/+1 |
| | | |||||
* | | Adding personal build file settings | IBNobody | 2016-04-14 | 1 | -2/+2 |
|/ | |||||
* | Corrected spacing. | IBNobody | 2016-04-13 | 1 | -13/+15 |
| | |||||
* | Adding personal files | IBNobody | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | Fix error in Planck makefile comment | Noah Andrews | 2016-03-29 | 1 | -1/+1 |
| | | | [This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken. | ||||
* | no message | Yang Liu | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Integrate WS2812 code into quantum core | Yang Liu | 2016-01-24 | 1 | -7/+1 |
| | |||||
* | Add support for WS2812 LEDs | Yang Liu | 2016-01-24 | 1 | -3/+10 |
| | |||||
* | Makefile back to defaults | Jack Humbert | 2016-01-23 | 1 | -3/+3 |
| | |||||
* | Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into ↵ | Jack Humbert | 2016-01-23 | 1 | -4/+7 |
|\ | | | | | | | smarkefile | ||||
| * | better integrations | Jack Humbert | 2016-01-20 | 1 | -2/+5 |
| | | |||||
| * | pwm audio | Jack Humbert | 2016-01-11 | 1 | -2/+2 |
| | | |||||
* | | keymap.c changes, disable grep stuff | Jack Humbert | 2016-01-20 | 1 | -3/+7 |
| | | |||||
* | | added error for keymap file not existing | Jack Humbert | 2016-01-16 | 1 | -0/+4 |
| | | |||||
* | | new keymap folder structure and makefile magic | Jack Humbert | 2016-01-16 | 1 | -2/+11 |
|/ | |||||
* | nkro info | Jack Humbert | 2015-11-05 | 1 | -3/+3 |
| | |||||
* | new project script | Jack Humbert | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | merging tmk | Jack Humbert | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | quantum separated | Jack Humbert | 2015-10-26 | 1 | -16/+3 |
| | |||||
* | bluetooth working with usb | Jack Humbert | 2015-10-23 | 1 | -15/+5 |
| | |||||
* | bluetooth | Jack Humbert | 2015-10-22 | 1 | -5/+17 |
| | |||||
* | backlight | Jack Humbert | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | new default layout | Jack Humbert | 2015-09-21 | 1 | -4/+4 |
| | |||||
* | unicode working, i think | Jack Humbert | 2015-09-14 | 1 | -1/+0 |
|\ | |||||
| * | use preprocessor conditional on backlight initialization | Keith Miyake | 2015-09-14 | 1 | -1/+0 |
| | | |||||
* | | unicode working, i think | Jack Humbert | 2015-09-14 | 1 | -1/+6 |
|/ | |||||
* | beeps update | Jack Humbert | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | speaker working, midi out | Jack Humbert | 2015-08-29 | 1 | -1/+2 |
| | |||||
* | midi on planck | Jack Humbert | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | midi working | Jack Humbert | 2015-08-24 | 1 | -3/+7 |
| | |||||
* | making the extended keymap the default - no more 'common' | Jack Humbert | 2015-08-22 | 1 | -29/+9 |
| | |||||
* | preonic | Jack Humbert | 2015-08-21 | 1 | -4/+2 |
| | |||||
* | midi | Jack Humbert | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | matrix | Jack Humbert | 2015-08-16 | 1 | -12/+0 |
| | |||||
* | merging | Jack Humbert | 2015-08-16 | 1 | -1/+7 |
|\ | |||||
| * | Added ability to set the MATRIX in build/make | cr3473 | 2015-06-02 | 1 | -2/+7 |
| | | |||||
* | | ok | Jack Humbert | 2015-08-16 | 1 | -4/+17 |
|/ | |||||
* | layouts, default | Jack Humbert | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | quark | Jack Humbert | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | backlight stuff | Jack Humbert | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | Corrected makefile common var | Reed Swiernik | 2015-04-29 | 1 | -1/+1 |
| |