summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb
AgeCommit message (Expand)Author
2024-03-20Fix invalid use of stemcell converter (#23317)Joel Challis
2024-01-31Remove always enabled effects from lighting animation list (#22992)Joel Challis
2024-01-04Migrate RGB Matrix config to info.json - B (#22806)Joel Challis
2023-12-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-31docs(skeletyl): fix readme instructions (#22791)Antoine Bertin
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel
2023-12-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-18[Keymap Removal] keebio/iris and related keymaps. (#22690)Joel Challis
2023-12-12Bastard Keyboards: Add support for Dilemma v2 (3x5+3) (#22185)casuanoob
2023-12-01Fix a bunch of CLI warnings (#22589)Ryan
2023-11-27Fix missed shutdown callbacks (#22549)Drashna Jaelre
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre
2023-10-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-02Miscellaneous fixes for recently merged keyboards (#22179)Joel Challis
2023-10-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-01Bastard Keyboards: Add support for Dilemma Max (4x6_4) (#22064)casuanoob
2023-09-20Remove ALLOW_WARNINGS and PICO_INTRINSICS_ENABLED (#22085)Joel Challis
2023-09-13Migrate spi EEPROM_DRIVER to info.json (#21991)Joel Challis
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-07-09Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-06-15Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan
2023-05-31[Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-04-01Move split layouts to data driven (#20290)Ryan
2023-03-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-03-29Fix some invalid layout macros (#20256)Ryan
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-11Move matrix config to info.json, part 4 (#20001)Ryan
2023-02-28[Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre
2023-02-23Reallocate SAFE_RANGE (#19909)Joel Challis
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-30Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2023-01-26Rename `LAYOUT` macros identifier that contained the keyboard name (#19657)Charly Delay
2023-01-19Merge remote-tracking branch 'origin/master' into developQMK Bot