summaryrefslogtreecommitdiff
path: root/keyboards/teleport/native/ansi
AgeCommit message (Collapse)Author
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-29teleport/native: switch from wrongly used user to kb function, boost matrix ↵Moritz Plattner
scan rate (#21172) * enable LTO * change from _user to _kb function * switch matrix io delay to nops, add opt=3 for higher scan rates * disable console which was enabled for testing but collides with endpoint used by VIA * switched from opt=3 to opt=2 * Update keyboards/teleport/native/native.c Co-authored-by: Joel Challis <git@zvecr.com> * slightly upped debounce, as some testers had chatter with async + default debounce --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan
2023-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-13Teleport Native Layout Implementation Rework (#19576)James Young
2022-12-30Remove useless line continuations (#19399)Ryan
2022-12-21Add Anvil Native keyboard (#19333)ebastler
Co-authored-by: Drashna Jaelre <drashna@live.com>