summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-238-70/+52
* Bluetooth: driver naming cleanups (#21624)Ryan2023-07-291-1/+1
* backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-212-0/+2
* Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-063-21/+24
* Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-021-3/+4
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-40/+0
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-245-9/+4
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-4/+12
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-153-6/+2
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-035-187/+187
* Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-306-166/+166
* Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-152-81/+65
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-123-1/+24
|\
| * [Keyboard] add kb2040 flavor of gherkin (#18360)Jeff Epler2023-04-123-1/+24
* | Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-71/+49
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0611-9/+17
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-034-6/+0
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
* | Move 66% and 68% layouts to data driven (#20293)Ryan2023-04-012-21/+78
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2918-570/+544
* | Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-293-33/+53
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-17/+0
* | Remove more empty headers (#20155)Ryan2023-03-177-37/+0
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1612-148/+2
* | Fix layout macro keys with no matrix position (#20033)Ryan2023-03-133-219/+160
* | Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* | Move matrix config to info.json, part 1 (#19985)Ryan2023-03-0530-282/+75
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-96/+96
|/
* Move backlight config to data driven (#19910)Ryan2023-02-2610-35/+17
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-223-5/+0
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-214-5/+6
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-1912-149/+36
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-178-17/+12
* Remove matrix size defines (#19581)Ryan2023-02-1715-63/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-5/+5
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-179-101/+0
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-148-82/+24
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0840-116/+48
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-072-11/+0
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-076-24/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-0612-60/+0
* Debounce defines cleanup (#19742)Ryan2023-02-0317-53/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0314-43/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-3013-274/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3124-24/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2815-60/+0
* Fix functions with empty params (#19647)Ryan2023-01-204-5/+5
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1024-23/+12
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-143-5/+5
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-2/+2