summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bfo9000/keymaps/abstractkb
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-151-1/+10
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-5/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-4/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-7/+7
| | | | | * fix sat75 * update uint32_t to layer_state
* [Keymap] added my gergo keymap (#8476)AbstractKB2020-05-181-4/+4
| | | | | | | * added my gergo keymap * updated personal bfo9000 keymap * fixed redundancy, extended debounce time
* [Keymap] Updated my personal keymaps for the bfo9000 and jj50 (#5508)AbstractKB2019-04-014-0/+135
* Updated my personal keymaps for the bfo9000 and jj50 * fixed best practices mistakes