summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15Migrate fn_actions for default keymaps (#4935)fauxpark1-18/+19
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
2018-12-13Keyboard: handwired/kbod Refactor, Configurator support and readme update ↵noroadsleft2-34/+27
(#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
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-21/+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-04-02Use tap-toggle to move between layers.Nurahmadie1-4/+4
- Add PDOT key
2017-04-02Fix layer stuck, and add numpad supportNurahmadie1-10/+10
2017-04-02Forgot semicolon, and add reference linkNurahmadie1-1/+1
2017-04-02Add READMENurahmadie1-1/+5
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 layersNurahmadie1-28/+9
2017-04-02Add initial keymapNurahmadie1-24/+73
*crossfingers*
2017-04-02Initial work for my kbod support in qmk_firmwareNurahmadie4-0/+74
- Wiring layout done No actual keymap yet