summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/soundmonster/keymap.c
AgeCommit message (Collapse)Author
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-01-06Migrate crkbd/soundmonster to split common, fix OLED and RGB matrix (#15717)Leo Batyuk
Co-authored-by: Leo B <leo.the.soundmonster@gmail.com>
2021-12-22[Keymap][CRKBD/SOUNDMONSTER] Fixed compilation (forgot return) (#15554)ExtReMLapin
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
* [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus22
* add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2021-05-24[Keyboard] Corne - Remove legacy revision support (#12226)Drashna Jaelre
2021-05-10[Keymap] Turn OLED off on suspend in soundmonster keymap (#10419)Lukas Reineke
2019-10-11[Keymap] Add soundmonster's keymap for crkbd (#6964)Leo Batyuk
* Add soundmonster's layout for crkbd * Incorporate feedback from review * Remove unneeded base layer-related code