summaryrefslogtreecommitdiffstats
path: root/keyboards/dilly/keymaps/pletcher/keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-06Dilly: Refactor and Configurator support (#3134)noroadsleft1-8/+7
* Refactor * Configurator support * Add LAYOUT_ortho_3x10 to default QMK layouts * Refactor Dilly to use LAYOUT_ortho_3x10
2018-05-03Add dilly/pletcher layout (#2880)Charles Pletcher1-0/+97
* Add pletcher keymap to dilly/keymaps For the moment, this keymap just removes unneeded RGB keycodes, since an iPad will cut the keyboard off if LEDs are turned on. * Drop support for A_RSFT, add media and autoshift * Lower USB_MAX_POWER_CONSUMPTION for dilly on iPad * Document USB_MAX_POWER_CONSUMPTION This config option is useful for limiting the requested power by, e.g., an iOS device. While the default value is 500, a much lower value--say, 50--can sufficiently power a small keyboard without LEDs.