summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/zen
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-021-4/+4
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-4/+6
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-151-7/+0
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-125-397/+153
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-5/+6
* Remove more empty headers (#20155)Ryan2023-03-171-1/+0
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-114-16/+10
* Move encoder config to data driven (#19923)Ryan2023-02-262-3/+5
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-3/+6
* Remove matrix size defines (#19581)Ryan2023-02-172-12/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-083-6/+4
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+0
* 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-317-7/+0
* Remove useless line continuations (#19399)Ryan2022-12-304-108/+108
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-272-2/+2
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-6/+6
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-2/+2
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-156-6/+60
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-067-33/+1
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-215-12/+12
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-204-16/+14
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-204-16/+14
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0710-110/+31
|\|
| * rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)Joel Challis2022-08-0710-110/+31
* | [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann2022-08-061-2/+0
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-3/+3
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-4/+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-142-25/+25
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-3/+6
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-211-1/+1
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-121-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-122-4/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-4/+0
* | Move non-assignment code to post_rules.mk (#14207)Zach White2021-09-094-21/+19
|/
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-8/+0
* Remove empty override functions (#14312)Ryan2021-09-051-21/+0