summaryrefslogtreecommitdiff
path: root/keyboards/handwired/steamvan/keymaps/jmdaly/keymap.c
AgeCommit message (Collapse)Author
2024-02-19Manual user keymap removal (#23104)Joel Challis
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2020-01-13Enable RGB underglow on the CO60 and SteamVan, switch backlight code to QMK ↵John M Daly
built-in code (#7874) * Add: RGB underglow support using SPI to SteamVan and CO60 * Update: Switch to QMK's baclight implementation for CO60 and SteamVan * Fix: Remove now unnecessary backlighting code from keyboard files
2019-08-13[Keyboard] Add: Initial steamvan firmware code (#6501)John M Daly
* Add: Initial steamvan firmware code * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update: Remove old macro commands, per reviewer comments * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update: Remove redundant backlight struct * Update: Replace preprocessor defines with enum