summaryrefslogtreecommitdiff
path: root/keyboards/ingrained
AgeCommit message (Expand)Author
2024-01-17I2C driver cleanup (#21273)David Hoelscher
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-04-01Move split layouts to data driven (#20290)Ryan
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan
2023-03-17Remove more empty headers (#20155)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-20Remove stray UNUSED_PINS (#19639)Joel Challis
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan
2022-11-25jsonify some info.json (#19146)Joel Challis
2022-11-03Remove more `UNUSED_PINS` defines (#18940)Ryan
2022-09-01[Keyboard] Add Ingrained Keyboard (#15928)jpuerto96