aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/omkbd/ergodash
Commit message (Collapse)AuthorAgeFilesLines
* Fix serial speed DD configuration & migrate keyboards (#25546)Jack Sangdahl2025-08-102-20/+0
| | | | | | | | * Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support
* Configure boards to use development_board - NO (#25338)Joel Challis2025-06-071-2/+1
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-222-2/+0
|
* Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis2025-01-201-1/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-252-2/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)Joel Challis2024-07-232-2/+6
| | | Migrate split.soft_serial_pin to split.serial.pin
* Remove instances of MASTER_LEFT. (#24163)Dasky2024-07-212-54/+0
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: O (#23778)James Young2024-05-234-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `oddball` - `oddforge/vea` - `ok60` - `om60` - `omkbd/ergodash/mini` - `omkbd/ergodash/rev1` - `omkbd/runner3680/3x6` - `omkbd/runner3680/3x7` - `omkbd/runner3680/3x8` - `omkbd/runner3680/4x6` - `omkbd/runner3680/4x7` - `omkbd/runner3680/4x8` - `omkbd/runner3680/5x6` - `omkbd/runner3680/5x6_5x8` - `omkbd/runner3680/5x7` - `omkbd/runner3680/5x8` - `omnikeyish` - `orange75` - `org60` - `ortho5by12` - `orthocode`
* Migrate build target markers to keyboard.json - OQ (#23564)Joel Challis2024-04-205-19/+12
|
* Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland2024-04-122-3/+4
|
* Tidy up default layer handling in keymaps (#23436)Joel Challis2024-04-081-14/+1
|
* Manual user keymap removal (#23104)Joel Challis2024-02-1917-1023/+0
|
* Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102)Joel Challis2024-02-188-672/+0
|
* Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel2023-12-184-143/+0
|
* Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel2023-12-185-65/+0
|
* Remove userspace keymaps (#22544)Joel Challis2023-11-266-354/+0
|
* Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre2023-11-261-32/+0
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-244-6/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+2
|
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-152-2/+0
| | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-142-4/+1
|
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-064-2/+6
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-296-631/+448
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-2/+6
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-18/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Adjust offset for some layouts (#20075)Ryan2023-03-132-367/+497
|
* Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-102-16/+0
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-104-16/+10
|
* Move backlight config to data driven (#19910)Ryan2023-02-254-10/+8
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-2/+6
|
* Remove matrix size defines (#19581)Ryan2023-02-172-10/+0
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-091-20/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+4
|
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+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 unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-032-6/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-303-3/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-6/+0
|
* Remove useless line continuations (#19399)Ryan2022-12-303-58/+58
|
* Remove .noci functionality (#19122)Joel Challis2022-11-213-0/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-055-7/+7
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-2/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-211-1/+1
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-3/+3
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-5/+5
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-152-2/+20
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy international keycodes (#18588)Ryan2022-10-092-3/+3
|