summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup handwired/kbod (#18754)jack2022-10-171-16/+8
|
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-20/+20
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-5/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Migrate fn_actions for default keymaps (#4935)fauxpark2019-02-141-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
* Keyboard: handwired/kbod Refactor, Configurator support and readme update ↵noroadsleft2018-12-121-28/+26
| | | | | | | | | | | | | | | | | (#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
* Use tap-toggle to move between layers.Nurahmadie2017-04-021-4/+4
| | | | - Add PDOT key
* Fix layer stuck, and add numpad supportNurahmadie2017-04-021-10/+10
|
* Forgot semicolon, and add reference linkNurahmadie2017-04-021-1/+1
|
* 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-021-28/+9
|
* Add initial keymapNurahmadie2017-04-021-24/+73
| | | | *crossfingers*
* Initial work for my kbod support in qmk_firmwareNurahmadie2017-04-021-0/+44
- Wiring layout done No actual keymap yet