summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bfo9000
Commit message (Expand)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-134/+108
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-2/+0
* Remove more empty headers (#20155)Ryan2023-03-171-1/+0
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-112-7/+5
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-3/+3
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove useless line continuations (#19399)Ryan2022-12-303-21/+21
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-6/+6
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-272-4/+4
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-9/+9
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-153-3/+10
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-2/+2
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-132-117/+0
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-2/+2
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-064-18/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-8/+8
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-111-0/+20
|\
| * [Keymap] single layer layout for BFO-9000 with numpad on the left (#17957)Roger2022-08-101-0/+20
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-032-8/+7
|\|
| * Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-032-8/+7
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-4/+1
|/
* Adding VIA support for bfo-9000 (#17116)John-Schreiber2022-05-172-0/+43
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-7/+7
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+0
* Remove Full Bootmagic (#13846)James Young2021-08-063-3/+3
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-193-61/+61
* Add BFO-9000 info.json (#12179)Danny2021-03-091-0/+127
* [Keymap] Shadyproject/bfo9000 (#11753)Chris M2021-02-072-0/+92
* Remove `DESCRIPTION`, K-M (#11619)Ryan2021-01-201-1/+0
* [Keymap] vladkvit keymap for keebio/bfo9000 (#10825)Vlad K2021-01-112-0/+38
* Keebio RGB wiring update (#7754)Danny2020-08-291-0/+1
* [Keymap] added my gergo keymap (#8476)AbstractKB2020-05-181-4/+4
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-4/+4
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-0/+2
* Cleanup rules.mk for 32U4 keyboards, I-K (#7097)fauxpark2019-10-211-39/+8
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1