summaryrefslogtreecommitdiffstats
path: root/keyboards/bastardkb
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-2337-37/+37
* Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan2023-07-0924-24/+36
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-189-17/+8
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-151-1/+0
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-0610-13/+19
* [Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2023-05-318-69/+9
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1210-271/+161
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-0874-37/+111
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0677-91/+66
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-037-66/+0
* Move split layouts to data driven (#20290)Ryan2023-04-0117-521/+307
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-03-294-138/+0
|\
| * Fix some invalid layout macros (#20256)Ryan2023-03-294-138/+0
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-2650-25/+75
* | Remove more empty headers (#20155)Ryan2023-03-171-18/+0
* | Move matrix config to info.json, part 4 (#20001)Ryan2023-03-1187-274/+221
|/
* [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-284-19/+27
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-235-20/+3
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-232-10/+2
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-1768-100/+103
* Remove matrix size defines (#19581)Ryan2023-02-178-31/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0881-283/+124
* Debounce defines cleanup (#19742)Ryan2023-02-038-22/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-01-3014-25/+38
|\
| * Rename `LAYOUT` macros identifier that contained the keyboard name (#19657)Charly Delay2023-01-2614-25/+38
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-1922-22/+22
|\|
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-1922-22/+22
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1033-27/+6
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition2022-12-132-11/+9
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-126-6/+6
|/
* Re-structure splinky support to handle versioning in the same fashion as for ...Charly Delay2022-12-0481-398/+660
* [Keyboard] Fix config error for Charybdis (#19219)Drashna Jaelre2022-12-011-0/+2
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-2913-272/+304
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-2711-31/+27
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-251-1/+2
|\
| * Fix build failures for `bastardkb/tbk` and `jels/boaty` (#19152)Ryan2022-11-251-1/+2
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-11-2277-894/+586
|\|
| * Bastard Keyboards: upstream recent changes (#19083)Charly Delay2022-11-2077-889/+587
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-161-1/+3
|\|
| * Use `keyboard_pre_init_kb(void)` at keyboard level (#19091)Charly Delay2022-11-161-1/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-166-0/+12
|\|
| * Specify `DEFAULT_FOLDER` for `v2/splinky` (#19093)Charly Delay2022-11-166-0/+12
* | Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan2022-11-161-1/+1
* | Fix some old keycodes (#19086)Ryan2022-11-153-4/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-15139-300/+2792
|\|
| * Bastard Keyboards: upstream recent changes (#18903)Charly Delay2022-11-15139-300/+2792
* | Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1