summaryrefslogtreecommitdiffstats
path: root/keyboards/sentraq/s60_x/keymaps/bluebear/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-131-695/+0
|
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-1/+1
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* Keyboards: Move the other Sentraq keyboards into the sentraq vendor ↵Nicholas Shaff2019-02-051-0/+695
directory (#5052) * Moving sentraq keyboards to sentraq subdirectory. * Updating readme markdown to correct make commands. * Updating s60_x references to point to the new vendor subdirectory. * Fixed stripped spaces in markdown. * Updated help information in s60_x readme and linked to additional documentation.