summaryrefslogtreecommitdiffstats
path: root/keyboards/jj40/README.md
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14Align use of atmega32a program script (#5259)zvecr1-1/+1
* Remove duplicate 'program' files and refactor to use atmega32a_program.py * Update readme references from 'program' to 'atmega32a_program.py'
2019-01-30[Keyboard] Jj40 doc (#4914)wanleg1-0/+13
* Update README.md * Update README.md * Update README.md * Update README.md
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2018-06-28added a description how to flash jj40 in windows (#3247)sgugler1-0/+7
2018-04-19Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 ↵Kenneth Aloysius1-2/+13
README (#2704) * Add M6-A keymap * Update XD60 keymap * Update XD60 keymap readme * Update JJ40 and Let's Split keymaps * Add readme for M6-A * Fix typo, update JJ40 README * Update jj40 readme * Cleanup jj40 keymap * Revert Let's Split QWERTY layer to default before #2010 * Update numpad layers * Fix: Let's Split keymap getting stuck mods due to having keycodes assigned on the Raise layer * Keep ASCII art consistent with keymap
2017-11-26Fixed bootloader access keyEiji Onchi1-2/+2
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-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
2017-10-14Add multiple layout support and Linux flash utility to JJ40 (#1837)Oscillope1-0/+3
* 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.
2017-10-13Add support for the JJ40 Keyboard (#1834)Vadim Brodsky1-0/+50
* Add support for JJ40 * Update readme * Update maintaner