summaryrefslogtreecommitdiff
path: root/keyboards/omkbd
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (NO) (#25621)Jack Sangdahl2-52/+72
2025-08-09Fix serial speed DD configuration & migrate keyboards (#25546)Jack Sangdahl12-290/+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
2025-06-07Configure boards to use development_board - NO (#25338)Joel Challis2-4/+2
2025-04-22Remove empty `url` fields (#25181)Joel Challis12-12/+0
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis2-2/+0
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis10-90/+10
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-72/+0
2024-08-25Update Underglow keycodes (#23765)Ryan15-32/+32
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-07-23Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)Joel Challis12-12/+36
Migrate split.soft_serial_pin to split.serial.pin
2024-07-20Remove instances of MASTER_LEFT. (#24163)Dasky15-219/+0
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: O (#23778)James Young24-60/+72
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`
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan9-9/+9
2024-04-20Migrate build target markers to keyboard.json - OQ (#23564)Joel Challis7-32/+18
2024-04-11Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland4-6/+8
2024-04-08Tidy up default layer handling in keymaps (#23436)Joel Challis1-14/+1
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis20-0/+0
2024-02-19Manual user keymap removal (#23104)Joel Challis20-1112/+0
2024-02-18Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102)Joel Challis8-672/+0
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis2-6/+2
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel4-143/+0
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel5-65/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis6-354/+0
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre1-32/+0
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-08-23Move RGBLight animations to data driven (#21635)Ryan24-157/+156
* 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
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-06-24Move `TAPPING_TERM` to data driven (#21296)Ryan24-36/+36
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan24-12/+12
2023-06-15Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan12-12/+0
* Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2-4/+1
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan24-22/+26
Co-authored-by: Joel Challis <git@zvecr.com>
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan20-10/+30
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-04-30Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan6-631/+448
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan21-795/+617
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan24-12/+36
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan27-91/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-13Adjust offset for some layouts (#20075)Ryan2-367/+497
2023-03-10Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2-16/+0
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan24-86/+60
2023-02-26Move backlight config to data driven (#19910)Ryan4-10/+8
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan25-14/+36
2023-02-17Remove matrix size defines (#19581)Ryan12-60/+0
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan1-20/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan4-12/+8
2023-02-03Debounce defines cleanup (#19742)Ryan12-36/+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
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan12-36/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel4-4/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2-6/+0
2022-12-30Remove useless line continuations (#19399)Ryan3-58/+58
2022-11-21Remove .noci functionality (#19122)Joel Challis13-0/+0