aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tzarc
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Kobold r1 (#25161)Nick Brassel2025-04-168-0/+197
| | | | | | | | | | | | | * Kobold r1 * Apply suggestions from code review Co-authored-by: jack <jack@pngu.org> * `board_init` => `early_hardware_init_post`. --------- Co-authored-by: jack <jack@pngu.org>
* [bug] Djinn theme fix. (#24754)Nick Brassel2024-12-281-2/+2
| | | Theme fix.
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-242-12/+12
|
* Rename RGB/HSV structs: keyboard-level code (#24476)Ryan2024-10-121-1/+1
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-263-187/+0
|
* Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)Joel Challis2024-07-231-1/+3
| | | Migrate split.soft_serial_pin to split.serial.pin
* Migrate SPLIT_HAND_PIN to json (#23924)Joel Challis2024-07-134-2/+6
|
* Migrate SERIAL_DRIVER to json (#23925)Joel Challis2024-07-132-2/+3
|
* `tzarc/djinn`: adjust layout name (#24012)Ryan2024-06-293-9/+12
|
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-033-41/+41
|
* Add audio driver to keyboard.json schema (#23616)Joel Challis2024-04-262-2/+3
|
* Remove more unnecessary `quantum.h` includes (#23402)Ryan2024-04-054-10/+1
|
* Migrate build target markers to keyboard.json (#23293)Joel Challis2024-03-308-2/+0
|
* Remove redundant disabling of features (#22926)Joel Challis2024-03-091-1/+0
|
* WS2812 PWM: prefix for DMA defines (#23111)Ryan2024-03-022-5/+5
| | | | | * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
* Fix up scanning for Djinn, post-asyncUSB. (#23188)Nick Brassel2024-03-021-1/+9
|
* Migrate RGB Matrix config to info.json - TUVW (#22910)Joel Challis2024-01-165-11/+4
|
* Generalise ADC driver source inclusion (#22448)Joel Challis2023-11-121-1/+1
|
* Remove use of broken split.main (#22363)Joel Challis2023-10-301-1/+0
|
* Consolidate some EEPROM Driver configuration (#22321)Joel Challis2023-10-233-6/+3
|
* Migrate recently introduced sync items (#22305)Joel Challis2023-10-212-6/+10
|
* Migrate spi EEPROM_DRIVER to info.json (#21991)Joel Challis2023-09-134-3/+6
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-1/+0
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-183-3/+0
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-045-327/+327
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-2/+2
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-152-10/+2
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-153-3/+3
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-3/+6
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-267-11/+8
|\
| * [chore] keyboards/tzarc: Alignment with clang-format. (#20265)Nick Brassel2023-03-267-11/+8
| |
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-266-3/+9
| |
* | Sync activity timestamps between sides. (#20192)Nick Brassel2023-03-214-20/+12
| | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-2/+1
| |
* | Remove more empty headers (#20155)Ryan2023-03-174-12/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-073-0/+187
|\|
| * VIA keymap for djinn (#19881)Niles Tanner2023-03-083-0/+187
| |
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-41/+41
|/
* Move encoder config to data driven (#19923)Ryan2023-02-262-15/+13
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-263-4/+2
|
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-214-10/+6
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-1/+1
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-191-1/+1
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | Add support for current/voltage measurement on Ghoul. (#19630)Nick Brassel2023-01-195-6/+7
|/
* Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan2022-11-161-2/+1
|