summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Keyboard: handwired/kbod Refactor, Configurator support and readme update ↵noroadsleft6-52/+113
(#4623) * handwired/kbod: refactor - layout macro KEYMAP renamed to LAYOUT * handwired/kbod: update config.h files to #pragma once * handwired/kbod: Configurator support * handwired/kbod: readme update - updated reademe to current template - added image
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre1-1/+1
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-3/+1
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
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-09-27remove all makefiles from keyboard directoriesJack Humbert2-24/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-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
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-13/+13
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-04-02Use tap-toggle to move between layers.Nurahmadie1-4/+4
- Add PDOT key
2017-04-02Fix layer stuck, and add numpad supportNurahmadie2-10/+15
2017-04-02Forgot semicolon, and add reference linkNurahmadie2-2/+4
2017-04-02Add READMENurahmadie2-18/+13
2017-04-02Enable alt-F4 without [Fn]Nurahmadie1-21/+41
- Add led indicator when keymap not on base layer \o/
2017-04-02Add capslock led, and audio buttonsNurahmadie1-16/+26
- Also change layer switch to momentary
2017-04-02Remove lead keys, fix some typos, rearrange layersNurahmadie2-29/+10
2017-04-02Add initial keymapNurahmadie2-28/+73
*crossfingers*
2017-04-02Initial work for my kbod support in qmk_firmwareNurahmadie10-0/+388
- Wiring layout done No actual keymap yet