summaryrefslogtreecommitdiffstats
path: root/keyboards/keebsforall/freebirdnp
Commit message (Collapse)AuthorAgeFilesLines
* Add core/fallback encoder behaviour (#20320)jack2023-04-031-28/+0
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-295-334/+91
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove more empty headers (#20155)Ryan2023-03-171-16/+0
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-114-33/+10
|
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-172-8/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-4/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-202-2/+2
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-202-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
|/
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-034-18/+14
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* KeebsForAll Freebird Numpad Pro: fix Configurator key positioning (#16303)James Young2022-02-101-228/+55
| | | | | | | * info.json: apply friendly formatting * info.json: fix key positioning Fixes the second row being rendered on top of the first row.
* [Keyboard] Add Support for KeebsForAll Freebird Numpads (#16046)Elliot Powell2022-02-0618-0/+962
Co-authored-by: Ryan <fauxpark@gmail.com>