aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/quefrency/keymaps/bcat
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Switch Quefrency keymap from I2C back to serial; factor common ↵Jonathan Rascher2019-05-224-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | configs into userspace (#5951) * Switch Quefrency from flaky I2C back to serial * Lower mouse wheel speed on Quefrency slightly * Migrate common settings to userspace * Enable Bootmagic Lite for consistent reset to bootloader. * Turn off some undesired features across all keyboards. * Remove EEPROM reset keybinding from all keyboards since Bootmagic Lite also does an EEPROM reset. * Set backlight and underglow increments consistently across all keyboards since lots of them like to override the deafults. * Set mouse keys consistently across all keyboards. * Update function layer keymap images
* Remove spurious backslashes from my keymaps (#5927)Jonathan Rascher2019-05-191-15/+15
| | | Suggested in #5924.
* Update my Quefrency/KBD67 keymaps, adding BDN9 macropad keymap as well (#5924)Jonathan Rascher2019-05-193-3/+5
| | | | | | | | | | * Set Quefrency bootloader correctly for Elite-C * Update Quefrency layout to be more like HHKB * Update KBD67 layout to be more like HHKB * Add keymap for BDN9 macropad
* [Keymap] Fix typo and function layer image for Quefrency (#5719)Jonathan Rascher2019-04-272-2/+2
|
* [Keymap] New keymap for Quefrency 65% with split backspace, RGB, media keys, ↵Jonathan Rascher2019-04-264-0/+84
mouse keys (#5717) * Add initial keyboard layout for Quefrency * Add RGB config and keybindings for Quefrency * Move Quefrency wheel keys to more convenient place * Actually switch from serial to I2C Commit 64708c6 updated the comment, not the #define. D'oh!