summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb/static/keymaps/bongocat/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* fixed oled in bongocat keymap and fixed encoder direction (#15232)Conor Burns2021-11-281-1/+1
| | | | | * fixed oled in bongocat keymap (#13454) and fixed encoder direction for prod parts * updated readme for launch later today
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-1/+2
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* [Keymap] added bongocat keymap to 0xCB Static (#14093)Conor Burns2021-08-211-0/+297
Co-authored-by: Drashna Jaelre <drashna@live.com>