aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/maxr1998
Commit message (Collapse)AuthorAgeFilesLines
* [Pulse4k] Add personal keymapMaxr19982020-05-171-0/+35
|
* [Pulse4k] Various improvementsMaxr19982020-05-174-76/+66
| | | | Rework led adjustment combo (have it defined by keymap now), reformat code, update copyright
* [Phoebe] Keymap improvements (#9092)Max Rumpf2020-05-153-49/+71
| | | Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
* [Keymap] Phoebe/Maxr1998 keymap: enable space cadet with curly braces (#8096)Max Rumpf2020-02-072-1/+4
| | | | | | * Phoebe/Maxr1998 keymap: enable space cadet with curly braces * Revert space cadet for left shift, open curly brace on right shift
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-302-8/+8
|
* [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965)Max Rumpf2020-01-283-11/+20
| | | | | | | | | | | | | * Fix Pulse4k info.json LAYOUT name * Add missing functions to fix configurator Add empty encoder functions to the keyboard code, as the configurator doesn't see the keymap defined functions at first. To be able to override these functions, they are marked as 'weak'. * Rework encoder functions another time Default implementation is now provided as part of the keyboard, but they can still be overriden within the keymap (template is commented out by default)
* [Keymap] Phoebe keymap improvements (#7963)Max Rumpf2020-01-223-2/+19
| | | | | | * [Phoebe] Allow to input pipe characters with only one modifier * [Phoebe] Update RGB animations
* [Keyboard][Phoebe] Send backslash on AltGr + ? (#7616)Max Rumpf2019-12-121-0/+18
|
* [Keyboard][Phoebe] Update default keymap, fix LAYOUT macro (#7604)Max Rumpf2019-12-112-15/+15
| | | | | | | | * fix LAYOUT macro * Phoebe: Update default keymap * Replace XXXXXXX macro with the previous key instead
* Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark2019-10-244-13/+16
| | | | | | * Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
* [Keyboard] Add Phoebe, a keyboard by Maxr1998 (#6870)Max Rumpf2019-10-058-0/+308
| | | | | | | | | | | | | | * Add Phoebe, a keyboard by Maxr1998 * Improve include-guard * Remove unused functions * Remove unused extern * Add image * Some more fixes
* [Keyboard] Add image for Pulse 4k (#6869)Max Rumpf2019-10-041-0/+2
|
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-161-1/+0
| | | | | | | | | | | | * Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
* [Keyboard] Add Pulse 4k, a macropad by Maxr1998 (#6195)Max Rumpf2019-06-268-0/+282
* Add Pulse 4k, a macropad by Maxr1998 * Some config tweaks * Remove image note * Add license headers * Fix media keys * Remove Play/pause again as it doesn't work on Linux