summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/sascha
AgeCommit message (Collapse)Author
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel
2023-11-09Migrate some common features to generic (#22403)Joel Challis
2022-10-31Normalise Unicode keycodes (#18898)Ryan
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2021-01-12[Keymap] keymap/sascha: disable autoshift (#11525)Sascha Grunert
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-29Better handle LTO_ENABLE (#9832)Drashna Jaelre
* Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
2020-01-15Update personal keymap (#7898)Sascha Grunert
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-09Update keymap (#6515)Sascha Grunert
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2018-12-21Update keymap for planck/rev6 (#4701)Sascha Grunert
* Update keymap.c * Update rules and keymap * Update keymap rules
2018-08-29Keymap: Update keymap including LAYOUT_planck_grid (#3779)Sascha Grunert
* Update keymap including LAYOUT_planck_grid * Change include
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert
* initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
2018-05-24Update my keymap (#3037)Sascha Grunert
* Update keymap.c
2018-05-14Update my keymap (#2965)Sascha Grunert
* Add my personal keymap * Improve layout * Update keymap * Set Linux input mode
2018-05-04Add saschagrunert planck keymap (#2886)Sascha Grunert