summaryrefslogtreecommitdiffstats
path: root/keyboards/durgod/dgk6x/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-3/+0
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan2022-08-151-4/+0
|
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis2022-02-261-1/+0
| | | | | | | keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
* Durgod: Increase scan rate by using wait_us GPT timer (#14091)Simon Arlott2021-12-271-0/+3
| | | | | | Lower the tick rate from 10kHz to 1kHz (otherwise all the extra interrupts reduce the achievable scan rate). Enable the WAIT_US_TIMER using GPT TIM3. Observed scan rate on the K320 is increased from 625Hz to 2090-2120Hz.
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-3/+48
|
* Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre2021-07-241-9/+9
|
* [Keyboard] Add Durgod Hades, Galaxy and Venus Keyboards (#12893)Jsully2021-07-201-0/+93
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Don Kjer <don.kjer@gmail.com>