summaryrefslogtreecommitdiff
path: root/keyboards/treadstone48
Commit message (Collapse)AuthorAge
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-01
| | | | | | | | * Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Fix 'Makefile:560: keyboards/<keyboard>/rev1/rules.mk: No such file or ↵Joel Challis2020-01-30
| | | | directory' (#8042)
* [Keyboard] Rebuild treadstone48 rev1 firmware (#7856)marksard2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Remove `PREVENT_STUCK_MODIFIERS` from config.h files (#7592)fauxpark2019-12-09
|
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-20
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove duplicate pro_micro.h (#7246)fauxpark2019-11-03
|
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-29
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-21
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keyboard] Remove unnecessary IS_COMMAND definition in treadstone48 (#5566)Konstantin Đorđević2019-04-07
|
* [Keyboard] add treeadstone48 (#5405)marksard2019-04-03
* 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