summaryrefslogtreecommitdiffstats
path: root/keyboards/bantam44
Commit message (Expand)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-22/+49
* Remove more empty headers (#20155)Ryan2023-03-171-1/+0
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-112-10/+5
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
* 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 `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-252-8/+7
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-15/+15
* Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-301-1/+0
|\
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-301-1/+0
* | 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-121-3/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-7/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-1/+0
|\|
| * Remove commented out BLUETOOTH_ENABLE rules (#14361)Ryan2021-09-101-1/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-012-18/+13
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+1
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)James Young2021-04-121-1/+1
* Remove `DESCRIPTION`, B-D (#11513)Ryan2021-01-151-1/+0
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-4/+4
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-45/+9
* Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević2019-08-301-2/+2
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-3/+0
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-5/+0
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
* Remove empty fn_actions[]fauxpark2019-01-111-3/+0
* Refactor and Configurator updates for Bantam44 (#3071)noroadsleft2018-05-293-32/+48
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-3/+3
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-20/+9
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-11/+11
* Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-201-3/+4
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-202-71/+69
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-234-1432/+4