aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jj40
Commit message (Collapse)AuthorAgeFilesLines
...
* Added caps lock + key lockJason Rosenman2017-10-212-4/+5
|
* Turned off some unnecessary makefile rulesJason Rosenman2017-10-212-23/+6
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-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
* Add multiple layout support and Linux flash utility to JJ40 (#1837)Oscillope2017-10-135-1/+169
| | | | | | | | | * Adds support for multiple layouts. Adds custom keymap for "offset" layout. * Adds a tool to help detach the keyboard from the Linux HID driver before programming. * Adds a tool to help detach the keyboard from the Linux HID driver before programming.
* Add support for the JJ40 Keyboard (#1834)Vadim Brodsky2017-10-1311-0/+1011
* Add support for JJ40 * Update readme * Update maintaner