summaryrefslogtreecommitdiffstats
path: root/keyboards/teleport/native
Commit message (Collapse)AuthorAgeFilesLines
* teleport/native: switch from wrongly used user to kb function, boost matrix ↵Moritz Plattner2023-09-298-4/+21
| | | | | | | | | | | | | | | | | | | | | | | 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>
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)Joel Challis2023-05-091-4/+0
|
* Specifying the default board file is redundant (#20807)Joel Challis2023-05-081-1/+0
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-032-169/+169
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-023-173/+171
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-5/+2
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-2/+2
|
* Teleport native bugfix (changed F411CC wear levelling) (#20090)ebastler2023-03-112-2/+6
| | | | | * workaround for flash size issue * enable mousekeys due to requests by some users
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-191-1/+1
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-136-214/+217
|\|
| * Teleport Native Layout Implementation Rework (#19576)James Young2023-01-136-214/+217
| |
* | Remove useless line continuations (#19399)Ryan2022-12-302-24/+24
|/
* Add Anvil Native keyboard (#19333)ebastler2022-12-2125-0/+1590
Co-authored-by: Drashna Jaelre <drashna@live.com>