summaryrefslogtreecommitdiff
path: root/keyboards/ungodly
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (TUW) (#25625)Jack Sangdahl2-44/+24
2025-05-23Configure boards to use development_board - UVWXYZ (#25288)Joel Challis1-2/+1
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-4/+4
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel4-340/+0
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: U-V (#23786)James Young2-21/+6
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan4-4/+4
2024-04-15Migrate build target markers to keyboard.json - TUV (#23514)Joel Challis2-21/+16
2024-03-15Migrate features from rules.mk to data driven - UVWXYZ (#23287)Joel Challis2-13/+9
2024-02-19Manual user keymap removal (#23104)Joel Challis2-272/+0
2024-01-16Migrate RGB Matrix config to info.json - TUVW (#22910)Joel Challis2-64/+10
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-11-12Generalise ADC driver source inclusion (#22448)Joel Challis1-1/+1
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-06-24Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2-5/+4
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan1-2/+1
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan1-9/+9
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)Ryan2-1/+3
2023-04-03Add core/fallback encoder behaviour (#20320)jack1-34/+0
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan3-91/+21
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan2-10/+5
2023-02-26Move encoder config to data driven (#19923)Ryan4-13/+11
2023-02-19Move layouts for direct_pins boards to data driven (#19872)Ryan3-47/+10
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-14Migrate `DIRECT_PINS` to data driven (#19826)Ryan2-12/+7
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan4-12/+4
2023-02-03Debounce defines cleanup (#19742)Ryan2-6/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2-2/+0
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan1-1/+1
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan1-1/+1
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan1-1/+1
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan3-6/+6
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan1-1/+0
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-2/+2
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis1-1/+1
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel1-1/+0
2022-08-03Move keyboard USB IDs and strings to data driven: U (#17900)Ryan4-14/+12
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis4-4/+4
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan2-4/+2
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2-4/+0
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre1-37/+49
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2-2/+2
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre3-3/+6
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2-2/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan2-4/+0
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus224-5/+7
2021-08-16Remove MIDI Configuration boilerplate (#11151)James Young1-1/+1