summaryrefslogtreecommitdiffstats
path: root/keyboards/nullbitsco/tidbit
Commit message (Collapse)AuthorAgeFilesLines
* Fix encoder map declarations (#21435)Joel Challis2023-07-034-4/+4
|
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-021-4/+4
|
* Remove encoder in-matrix workaround code (#20389)jack2023-06-1910-177/+165
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-127-93/+89
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-6/+2
|
* Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-201-1/+1
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-7/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-262-5/+8
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-151-6/+2
| | | | Following #14452, less boilerplate is needed to customize indicator led control.
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Move keyboard USB IDs and strings to data driven: N (#17865)Ryan2022-08-022-8/+7
|
* [Keyboard] Add nullbits TIDBIT (#15182)Jay Greco2022-03-1613-0/+772