summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/zygomorph
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+1
* OLED: driver naming cleanups (#21710)Ryan2023-08-152-4/+0
* Remove old OLED API code (#21651)Ryan2023-07-311-112/+0
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-022-7/+8
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-1/+3
* 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 ortho & numpad layouts to data driven (#20183)Ryan2023-03-293-91/+185
* Remove more empty headers (#20155)Ryan2023-03-174-7/+1
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-7/+5
* Move encoder config to data driven (#19923)Ryan2023-02-262-3/+5
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-21/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-1/+1
* Remove useless line continuations (#19399)Ryan2022-12-302-50/+50
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-6/+6
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-157-25/+11
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-202-7/+6
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-202-7/+6
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-5/+5
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-101-1/+1
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-143-70/+70
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-6/+5
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-092-50/+0
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-073-15/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-1/+2
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-304-4/+0
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-247-7/+9
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-213-3/+6
* [Keyboard] Split RGB Matrix Zygomorph support (#11083)XScorpion22021-03-163-71/+49