summaryrefslogtreecommitdiffstats
path: root/keyboards/vitamins_included
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-24/+26
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+4
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-1/+3
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-6/+6
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-293-25/+58
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-14/+2
* Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-101-8/+0
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-054-12/+10
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-232-6/+6
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-2/+6
* Remove matrix size defines (#19581)Ryan2023-02-172-10/+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-086-11/+5
* 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-313-3/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-6/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-2/+2
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-152-2/+20
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-1/+1
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-3/+3
* Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-214-6/+10
* Move keyboard USB IDs and strings to data driven: V (#17901)Ryan2022-08-032-6/+5
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-10/+10
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-4/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-143-60/+60
* 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
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-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-102-14/+0
* Remove empty override functions (#14312)Ryan2021-09-052-24/+0
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+0
* Remove ONEHAND_ENABLE (#13920)Joel Challis2021-08-091-1/+1
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* [Keyboard] Fix compile size for the Vitamins Included via keymap (#13696)Drashna Jaelre2021-07-254-20/+24
* Remove KEYMAP and LAYOUT_kc (#12160)Zach White2021-05-111-16/+0
* Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-091-1/+1
* Audio system overhaul (#11820)Drashna Jaelre2021-02-152-2/+2
* Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+3
* Remove `DESCRIPTION`, R-V (#11632)Ryan2021-01-202-2/+0
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-212-0/+0
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-1/+1