aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lily58/rules.mk
AgeCommit message (Collapse)Author
2020-01-30Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)Gravatar ridingqwerty
2020-01-12Add Lily58 serial to LIB_SRC to avoid LTO issue (#7868)Gravatar Jonathan Rascher
This code is timing sensitive and seems to break with LTO enabled (at least on avr-gcc 8.3.0... it worked on older gcc versions). This is the same workaround as #7558 applied for the Helix.
2019-10-24Cleanup rules.mk for 32U4 keyboards, L-M (#7120)Gravatar fauxpark
* Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
2019-08-04Remove unused _BOOTLOADER definesGravatar fauxpark
2019-07-16Remove commented out MCUs in rules.mk (#5884)Gravatar fauxpark
2019-03-18[Keyboard] Reduce compile size of the Lily58 Keyboard (#5412)Gravatar Drashna Jaelre
2019-01-05Keyboard: Lily58 update serial.c and add OLED (#4715)Gravatar Naoki Katahira
* update serial.c and add OLED * update readme * keymap fix * keymap fix2
2018-10-22Replace outdated RGB/Audio informationGravatar Drashna Jaelre
2018-10-22Lily58 default keymap fix / add keymap (#4190)Gravatar Naoki Katahira
* keymap fix/add * keymap fix * file fix * typo fix
2018-09-15Keyboard: Add Lily58 Keyboard (#3893)Gravatar Naoki Katahira
* add Lily58 * file fix