aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-272-24/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+17
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-13/+13
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Use tap-toggle to move between layers.Nurahmadie2017-04-021-4/+4
| | | | - Add PDOT key
* Fix layer stuck, and add numpad supportNurahmadie2017-04-022-10/+15
|
* Forgot semicolon, and add reference linkNurahmadie2017-04-022-2/+4
|
* Add READMENurahmadie2017-04-022-18/+13
|
* Enable alt-F4 without [Fn]Nurahmadie2017-04-021-21/+41
| | | | - Add led indicator when keymap not on base layer \o/
* Add capslock led, and audio buttonsNurahmadie2017-04-021-16/+26
| | | | - Also change layer switch to momentary
* Remove lead keys, fix some typos, rearrange layersNurahmadie2017-04-022-29/+10
|
* Add initial keymapNurahmadie2017-04-022-28/+73
| | | | *crossfingers*
* Initial work for my kbod support in qmk_firmwareNurahmadie2017-04-0210-0/+388
- Wiring layout done No actual keymap yet