summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/frenchdev
Commit message (Expand)AuthorAgeFilesLines
* Adjust width requirement for big enter (#21470)Ryan2023-07-081-6/+6
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-011-2/+0
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-135/+113
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-8/+8
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-3/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-302-7/+7
|\
| * Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-302-7/+7
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+1
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-9/+0
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-141-32/+32
|\
| * Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-32/+32
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-131-1/+1
|\|
| * Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-091-1/+1
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-021-1/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-1/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-6/+0
|/
* Remove firmware size impact notes from <keyboard>/rules.mk (#14652)James Young2021-09-301-3/+3
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-2/+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
* Remove empty override functions (#14312)Ryan2021-09-051-3/+0
* Remove more cruft in keyboard files (#14288)Ryan2021-09-031-3/+0
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-6/+6
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-2/+2
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-01-201-1/+0
|\
| * Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-201-1/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-131-0/+0
|\|
| * Exclude more keyboards from CI (#11436)Zach White2021-01-131-0/+0
* | clean up generate-api errorsZach White2021-01-071-3/+0
|/
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-64/+13
* Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis2019-10-151-35/+0