summaryrefslogtreecommitdiffstats
path: root/users/riblee
Commit message (Collapse)AuthorAgeFilesLines
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-10/+10
|
* fix: Remove OLED support (#18719)Reibl János Dániel2022-10-151-104/+0
| | | | | | | * fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
* [Keymap] Misc userspace and keymap improvements (#15844)Reibl János Dániel2022-01-132-29/+17
|
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-3/+4
| | | | | | | | | | | | | * [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] Add logo to riblee userspace (#14875)Reibl János Dániel2021-10-231-1/+35
|
* [Keymap] Simplify unicode input mode change and CTRL and GUI swapping (#14874)Reibl János Dániel2021-10-221-0/+6
|
* [Keymap] Display default layer name (#14819)Reibl János Dániel2021-10-141-1/+13
|
* [Keymap] Add workman layout (#14792)Reibl János Dániel2021-10-112-0/+8
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add OLED support for Riblee F411 (#10778)Reibl János Dániel2020-11-022-2/+68
| | | | | * Add OLED support for Riblee F422 * Fix typo
* [Keymap] Move my custom functions and keymaps to userspace (#10502)Reibl János Dániel2020-10-044-0/+237
* Move my custom functions and keymaps to userspace to be able to add the STM32F411 variant of my keyboard with mostly the same functionality * Move keymaps to community layouts * Remove keymaps from userspace readme.md Co-authored-by: Janos Daniel Reibl <janos.daniel.reibl@protonmail.com>