]> git.donarmstrong.com Git - qmk_firmware.git/commit - docs/config_options.md
Add dilly/pletcher layout (#2880)
authorCharles Pletcher <pletcher@users.noreply.github.com>
Thu, 3 May 2018 01:35:16 +0000 (21:35 -0400)
committerDrashna Jaelre <drashna@live.com>
Thu, 3 May 2018 01:35:16 +0000 (18:35 -0700)
commit9b9178919388fc8e10167794ae719be23901b2fc
tree9aaa1ffcdb11187109fb2c5628c3acaea0e18f11
parentd1dfefc8971be50f85da4084a78de00a163c6482
Add dilly/pletcher layout (#2880)

* 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.
docs/config_options.md
keyboards/dilly/keymaps/pletcher/config.h [new file with mode: 0644]
keyboards/dilly/keymaps/pletcher/keymap.c [new file with mode: 0644]
keyboards/dilly/keymaps/pletcher/rules.mk [new file with mode: 0644]