summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/mun
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-13/+13
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
* OLED: driver naming cleanups (#21710)Ryan2023-08-151-1/+0
* Fix encoder map declarations (#21435)Joel Challis2023-07-034-4/+4
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-3/+2
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-252-1/+3
* Remove encoder in-matrix workaround code (#20389)jack2023-06-1910-97/+61
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-1/+3
* Escape Unicode characters in info.json (#20698)Ryan2023-05-051-1/+1
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-118/+101
* 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-1/+1
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-6/+2
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-7/+5
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+6
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
* Remove matrix size defines (#19581)Ryan2023-02-171-3/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-121-1/+1
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3...Nick Brassel2022-11-111-0/+3
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-2/+0
* Fix DD warnings for RGBKB boards (#18944)Ryan2022-11-041-3/+4
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-274-5/+5
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-5/+5
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-151-1/+10
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-2/+2
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-264-4/+4
* 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-212-3/+3
* Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-203-19/+7
* Rgbkb/keeb fixes (#17932)XScorpion22022-08-072-80/+1
* Various fixes for g_led_config lint warnings (#17104)Joel Challis2022-05-161-4/+4
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keyma...Joel Challis2022-02-261-2/+0
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-101-4/+4
* [Keyboard] Sol 3 Keyboard from RGBKB (#15687)XScorpion22022-01-214-9/+9
* Fix broken bootloader builds in develop. (#15880)Dasky2022-01-151-0/+3
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-3/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-1/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-154-15/+63
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-023-5/+8
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* Doc Fixes & Custom Matrix Fix (#14526)XScorpion22021-09-204-24/+39