summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/sascha/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Update personal keymap (#7898)Sascha Grunert2020-01-151-2/+2
| | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* Update keymap (#6515)Sascha Grunert2019-08-091-2/+2
| | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* Update keymap for planck/rev6 (#4701)Sascha Grunert2018-12-211-2/+2
| | | | | | | | * Update keymap.c * Update rules and keymap * Update keymap rules
* Keymap: Update keymap including LAYOUT_planck_grid (#3779)Sascha Grunert2018-08-291-15/+14
| | | | | | * Update keymap including LAYOUT_planck_grid * Change include
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update my keymap (#3037)Sascha Grunert2018-05-241-6/+6
| | | * Update keymap.c
* Update my keymap (#2965)Sascha Grunert2018-05-141-15/+19
| | | | | | | | | | * Add my personal keymap * Improve layout * Update keymap * Set Linux input mode
* Add saschagrunert planck keymap (#2886)Sascha Grunert2018-05-041-0/+37