summaryrefslogtreecommitdiff
path: root/keyboards/tzarc
AgeCommit message (Expand)Author
2024-01-16Migrate RGB Matrix config to info.json - TUVW (#22910)Joel Challis
2023-11-12Generalise ADC driver source inclusion (#22448)Joel Challis
2023-10-30Remove use of broken split.main (#22363)Joel Challis
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis
2023-10-21Migrate recently introduced sync items (#22305)Joel Challis
2023-09-13Migrate spi EEPROM_DRIVER to info.json (#21991)Joel Challis
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan
2023-04-15Encodermap direction define. (#20454)Nick Brassel
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-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-26[chore] keyboards/tzarc: Alignment with clang-format. (#20265)Nick Brassel
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-21Sync activity timestamps between sides. (#20192)Nick Brassel
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-08VIA keymap for djinn (#19881)Niles Tanner
2023-02-28Remove `"w":1` and `"h":1` from info.json (#19961)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-21Move backlight config to data driven, part 1 (#19887)Ryan
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)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-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-19Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel
2023-01-19Add support for current/voltage measurement on Ghoul. (#19630)Nick Brassel
2022-11-16Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
2022-10-19Remove legacy Debug keycode (#18769)Ryan
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
2022-10-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-03Add `tzarc/ghoul`. (#18562)Nick Brassel
2022-10-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-01Djinn theme, allow force redraws (#18558)Nick Brassel
2022-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-25Fix `tzarc/djinn` screen geometry. (#18478)Nick Brassel
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler
2022-07-07[Fix] Patches after printf library update (#17584)Stefan Kerkmann
2022-06-24Merge remote-tracking branch 'origin/master' into developQMK Bot