summaryrefslogtreecommitdiffstats
path: root/keyboards/nullbitsco/scramble/keymaps/oled
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] nullbitsco keyboards: common file cleanup (#14358)Jay Greco2021-10-102-2/+2
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-242-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-1/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Fix wrong BASE layer for default and OLED keymaps (#12932)Jay Greco2021-05-211-1/+1
|
* [Keyboard] Add nullbitsco SCRAMBLE (#11078)Jay Greco2021-02-013-0/+108
* Add SCRAMBLE * Make requested changes to PR * Add all layers to VIA keymap Implement drashna's PR feedback in order to avoid random data within the layers in VIA. * Make requested changes to PR Implement fauxpark's PR feedback to clean up readme.md and rules.mk. * Make changes based on PR feedback -Changed VIA layers to enum -Added info on how to enter the bootloader to readme