aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mehkee96/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)Ryan2020-05-171-2/+0
|
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-4/+4
|
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-181-2/+2
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* Remove custom matrix from PS2AVRGB boards (#7396)fauxpark2020-01-021-4/+0
| | | | | | | | * Remove custom matrix from PS2AVRGB boards * Add custom backlight.c to SRC for bminiex, for now * Add missing DIODE_DIRECTIONs
* Convert remaining PS2AVRGB boards to I2C WS2812 driver (#7245)fauxpark2019-11-031-2/+2
| | | | | | * Convert remaining PS2AVRGB boards to I2C WS2812 driver * Add back functions to make the custom matrices happy
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-201-13/+8
|
* Align use of atmega32a program script (#5259)zvecr2019-03-141-1/+1
| | | | | | * Remove duplicate 'program' files and refactor to use atmega32a_program.py * Update readme references from 'program' to 'atmega32a_program.py'
* Keyboard: added mehkee96 support -JT (#3957)johanntang2018-09-251-0/+35
* added mehkee96 support -JT * making requested changes -JT * fixes -jt * fixed info.json -JT * tidy up info.json comments from noroadsleft -JT