summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio
Commit message (Expand)AuthorAgeFilesLines
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-8/+2
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1245-918/+1141
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-0814-7/+21
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0688-46/+131
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-057-1655/+2899
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-055-30/+8
* Move 65% layouts to data driven (#20308)Ryan2023-04-0415-3432/+2680
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-033-11/+6
|\
| * Modify default encoder mappings, change PID, enable mousekeys (#20329)Danny2023-04-033-11/+6
* | Add core/fallback encoder behaviour (#20320)jack2023-04-031-12/+0
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-2/+4
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-0313-20/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-022-0/+9
|\|
| * Enable encoder mapping in VIA for Keebio KBO-5000 (#20272)Raphael Mangubat2023-04-022-0/+9
* | Move 66% and 68% layouts to data driven (#20293)Ryan2023-04-012-268/+224
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-03-295-557/+488
|\|
| * Fix some invalid layout macros (#20256)Ryan2023-03-296-571/+488
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2929-393/+621
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-2315-33/+0
* | Remove more empty headers (#20155)Ryan2023-03-175-8/+0
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1669-292/+13
* | Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-89/+91
* | Move matrix config to info.json, part 8 (#20030)Ryan2023-03-1176-303/+275
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-101-3/+3
|\|
| * Fix incorrect matrix positions for RGB LEDs (#20082)Danny2023-03-101-3/+3
* | Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-1018-147/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-091-2/+2
|\|
| * Keebio/KBO-5000 Encoder Misconfiguration Fix for #20073 (#20074)Flame Soulis2023-03-091-2/+2
* | Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-281-1/+1
|\|
| * [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-281-1/+1
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-52/+52
|/
* `keebio/kbo5000`: fix encoder config (#19941)Ryan2023-02-264-8/+7
* Move encoder config to data driven (#19923)Ryan2023-02-2637-87/+160
* Move backlight config to data driven (#19910)Ryan2023-02-2648-71/+93
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-238-17/+24
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-234-4/+4
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-3/+0
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis2023-02-191-33/+0
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-1919-284/+70
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-1756-80/+84
* Remove matrix size defines (#19581)Ryan2023-02-1738-181/+0
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-1412-78/+41
* Refactor Leader key feature (#19632)Ryan2023-02-131-3/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-0810-175/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0883-240/+97
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-071-5/+0
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-075-20/+0