summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard: handwired/kbod Refactor, Configurator support and readme update ↵noroadsleft2018-12-121-4/+1
| | | | | | | | | | | | | | | | | (#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
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-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.
* Fix layer stuck, and add numpad supportNurahmadie2017-04-021-0/+5
|
* Initial work for my kbod support in qmk_firmwareNurahmadie2017-04-021-0/+162
- Wiring layout done No actual keymap yet