aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tetris/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware size changes from default rules.mk, part 4 (#8046)ridingqwerty2020-01-311-4/+4
| | | | | | * Trim firmware size changes from default-ish rules.mk files * Trim sizes from westfoxtrot boards
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-291-41/+9
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* [Keyboard] Update Tetris (#5513)YouCanFly2019-04-181-7/+6
| | | | | | | | | | | | | | | | * Update Tetris Add a fake row to config the encoder's keycode easily. * Delete rules.mk * Update keyboards/tetris/readme.md Co-Authored-By: YCF <65446+YCF@users.noreply.github.com> * Update config.h add #define RGBLIGHT_SLEEP
* Reduce tetris firmware size by disabling default audio (#5197)Chris Lewis2019-02-201-1/+1
|
* Add some optimization to the Tetris keyboard (#4645)Drashna Jaelre2018-12-141-10/+11
|
* Tetris Configurator support and Rules update (#3317)noroadsleft2018-07-071-2/+4
| | | | | | | | | | | | | | * Configurator support * Add LAYOUTS = planck_mit to rules.mk * Disable Tap Dance at the keyboard level * Keymap refactor: QMK_KEYBOARD_H; enable Tap Dance for default keymap * Add keymaps/default/rules.mk to enable Tap Dance * Reverse the addition of config.h in keyboards/tetris/keymaps/default/
* Add Tetris keyboard to QMK (#3158)YouCanFly2018-06-091-0/+58
* Add Tetris keyboard to QMK * fix * disable the music mode to save size