aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/s7_elephant/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add S7 Elephant Rev2 Support (#9398)George Mao2020-06-131-25/+1
| | | | | | | | | | * Add S7 Elephant Rev2 Support * Apply suggestions from code review I tested the changes on my board as well, thanks for the suggestions! * Added a default folder in the makefile so that this would no longer be a breaking change
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-4/+4
|
* Cleanup rules.mk for 32U4 keyboards, R-S (#7182)fauxpark2019-10-281-35/+8
|
* Add support for S7 Elephant (#4511)Erovia2018-12-011-0/+52
* Add support for S7 Elephant A high-end 70% custom keyboard designed and produced by jacky from Geekhack. * Polish S7 Elephant code Implement drashna's suggestions: - specify bootloader - remove unnecessary defines - use led_set_user() for LED logic * Correct info.json and s7_elephant.h Correct info.json and s7_elepant.h to follow QMK convention and fix a missing curly bracket.