summaryrefslogtreecommitdiff
path: root/keyboards/maxr1998
AgeCommit message (Collapse)Author
2020-05-17[Pulse4k] Add personal keymapMaxr1998
2020-05-17[Pulse4k] Various improvementsMaxr1998
Rework led adjustment combo (have it defined by keymap now), reformat code, update copyright
2020-05-15[Phoebe] Keymap improvements (#9092)Max Rumpf
Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
2020-02-07[Keymap] Phoebe/Maxr1998 keymap: enable space cadet with curly braces (#8096)Max Rumpf
* Phoebe/Maxr1998 keymap: enable space cadet with curly braces * Revert space cadet for left shift, open curly brace on right shift
2020-01-30Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty
2020-01-28[Keyboard] Fix Pulse4k info.json LAYOUT name (#7965)Max Rumpf
* 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)
2020-01-22[Keymap] Phoebe keymap improvements (#7963)Max Rumpf
* [Phoebe] Allow to input pipe characters with only one modifier * [Phoebe] Update RGB animations
2019-12-12[Keyboard][Phoebe] Send backslash on AltGr + ? (#7616)Max Rumpf
2019-12-11[Keyboard][Phoebe] Update default keymap, fix LAYOUT macro (#7604)Max Rumpf
* fix LAYOUT macro * Phoebe: Update default keymap * Replace XXXXXXX macro with the previous key instead
2019-10-24Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark
* Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
2019-10-05[Keyboard] Add Phoebe, a keyboard by Maxr1998 (#6870)Max Rumpf
* Add Phoebe, a keyboard by Maxr1998 * Improve include-guard * Remove unused functions * Remove unused extern * Add image * Some more fixes
2019-10-04[Keyboard] Add image for Pulse 4k (#6869)Max Rumpf
2019-07-16Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre
* 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
2019-06-26[Keyboard] Add Pulse 4k, a macropad by Maxr1998 (#6195)Max Rumpf
* 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