Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 2017-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now | ||||
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 1 | -3/+0 |
| | |||||
* | Add smt keymap for Sentraq S65-X | Stephen Tudor | 2017-08-21 | 1 | -0/+163 |
| | |||||
* | Make the bulk of our keyboards match the readme.md standard | skullY | 2017-08-16 | 1 | -75/+8 |
| | |||||
* | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | 2017-06-30 | 1 | -11/+11 |
| | | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | ||||
* | Use the new Quantum KC_GESC instead of custom code | Geoff Lane | 2017-06-21 | 3 | -200/+6 |
| | |||||
* | Added custom keymap and enabled Space Cadet | Jon Nall | 2017-06-19 | 1 | -0/+167 |
| | |||||
* | Fixed offset for knight rgb mode | Jon Nall | 2017-06-19 | 1 | -0/+1 |
| | |||||
* | Fix home and end to be on <> | Geoff Lane | 2017-06-16 | 2 | -4/+4 |
| | |||||
* | LED control on the BL layer | Geoff Lane | 2017-06-15 | 2 | -4/+4 |
| | |||||
* | LED init works with just pin declared | Geoff Lane | 2017-06-15 | 1 | -6/+0 |
| | |||||
* | Use standard QMK key codes for RGB control | Geoff Lane | 2017-06-15 | 2 | -153/+39 |
| | |||||
* | Fix left shift in ansi layout | Geoff Lane | 2017-06-15 | 1 | -2/+2 |
| | |||||
* | Fix esc key | Geoff Lane | 2017-06-15 | 2 | -2/+2 |
| | |||||
* | Add ISO layout for S65-X | Geoff Lane | 2017-06-12 | 3 | -0/+267 |
| | |||||
* | Fix media controls in default layout | Geoff Lane | 2017-06-12 | 1 | -2/+2 |
| | |||||
* | Fix backslash and some of the docs | Geoff Lane | 2017-06-12 | 4 | -28/+28 |
| | |||||
* | Support Sentraq S65-X | Geoff Lane | 2017-06-10 | 8 | -0/+511 |
Add initial support for ANSI layout of S65-X. Includes support for controlling RGB underlighting. |