summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/nibble/keymaps/oled
AgeCommit message (Collapse)Author
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
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-10-10[Keyboard] nullbitsco keyboards: common file cleanup (#14358)Jay Greco
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-21Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-02-09Simplify NIBBLE encoder code and clean up keymaps (#11808)Jay Greco
* Simplify encoder code and clean up keymaps. -Removed overly complex VIA encoder code. It wasn't adding any value and was confusing users who were trying to customize encoder functionality on VIA keymaps. -Replaced KC_TILDE with KC_HOME in all keymaps, as KC_TILDE sends a left shift, which was confusing some folks as they tested their build. -Move layer names to enum * Change encoder_update_kb to encoder_update_user per PR feedback
2020-12-08[Keymap] Fix rules.mk for nullbits nibble oled keymap (#11142)Jay Greco
2020-11-18Add basic OLED keymap for nullbitsco/nibble (#10912)Ari Madian