aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/treadstone48/ssd1306.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Rebuild treadstone48 rev1 firmware (#7856)marksard2020-01-131-342/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * I re-created treastone48 keyboard firmware from ./util/new_keyboard.sh After that I use common OLED_DRIVER, RGB_LIGHT and SPLIT_KEYBOARD options. And then check all keymap. * Modified by PR review
* [Keyboard] add treeadstone48 (#5405)marksard2019-04-031-0/+342
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization