aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/doro67
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `g_led_config` to DD (D) (#25560)Jack Sangdahl2025-09-092-47/+70
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-231-1/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-222-2/+0
|
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-241-2/+2
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-259-290/+0
|
* `doro67/rgb`: reduce firmware size (#24169)Ryan2024-07-221-2/+0
|
* Rename layouts containing keyboard name (#23930)Ryan2024-06-232-3/+4
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 2 (#23750)James Young2024-05-202-23/+6
| | | | | | | | | | | | | | | | | | | | | | | Affects: - `do60` - `doio/kb30` - `donutcables/scrabblepad` - `doppelganger` - `doro67/rgb` - `dotmod/dymium65` - `draytronics/daisy` - `draytronics/elise` - `draytronics/elise_v2` - `drewkeys/iskar` - `drhigsby/bkf` - `drhigsby/dubba175` - `drhigsby/ogurec` - `drhigsby/packrat` - `dtisaac/cg108` - `dumbo` - `dz60` - `dztech/bocc` - `dztech/duo_s`
* Remove RGB keycodes from boards with no RGB config (#23709)Ryan2024-05-201-1/+1
|
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-118-8/+8
|
* Migrate features from rules.mk to DD (#23247)Joel Challis2024-03-146-37/+26
|
* Migrate RGB Matrix config to info.json - D (#22811)Joel Challis2024-01-072-53/+45
|
* Remove userspace keymaps (#22544)Joel Challis2023-11-264-125/+0
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Remove layout aliases from keyboard_aliases.hjson (#21658)Joel Challis2023-08-013-0/+9
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-2/+0
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+3
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-047-263/+368
|
* Remove more empty headers (#20155)Ryan2023-03-172-32/+0
|
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-106-51/+15
|
* Move backlight config to data driven (#19910)Ryan2023-02-252-3/+4
|
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-9/+12
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-091-5/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+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-303-3/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-055-5/+5
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-011-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-301-0/+36
|\
| * [Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE2022-09-301-0/+36
| | | | | | Co-authored-by: ZyBeR <n/a>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|/
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-306-23/+21
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-158-8/+8
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-093-6/+3
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-092-38/+0
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-6/+0
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-0/+48
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-303-3/+0
|
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-213-3/+3
|
* Remove backlight pin references in rules.mk (#14513)Ryan2021-09-203-3/+3
|
* [Keymap] Updates to existing keymaps and userspace (#14503)Konstantin Đorđević2021-09-192-3/+1
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-123-3/+0
|