summaryrefslogtreecommitdiffstats
path: root/keyboards/nightly_boards
Commit message (Collapse)AuthorAgeFilesLines
* Fix encoder map declarations (#21435)Joel Challis2023-07-035-5/+5
|
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-252-2/+3
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2410-15/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Fixup `nightly_boards/n40_o` (#21307)jack2023-06-199-85/+36
|
* Remove encoder in-matrix workaround code (#20389)jack2023-06-1939-935/+97
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1818-9/+17
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1610-6/+15
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-275-5/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Nightly Boards/DeskDaily Daily60 Layout Additions (#20753)James Young2023-05-062-71/+957
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_ansi * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_ansi_tsangan_split_space_split_bs_rshift * add LAYOUT_60_ansi_tsangan_split_space * add LAYOUT_60_iso_split_bs_rshift * add LAYOUT_60_iso * add LAYOUT_60_iso_tsangan_split_bs_rshift * add LAYOUT_60_iso_tsangan * add LAYOUT_60_iso_tsangan_split_space_split_bs_rshift * add LAYOUT_60_iso_tsangan_split_space * enable Community Layout support
* `info.json` whitespace cleanups (#20651)Ryan2023-05-0211-76/+75
|
* Move 60% layouts to data driven (#20477)Ryan2023-04-274-532/+411
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-252-138/+111
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-152-2/+2
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-109/+72
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-128-372/+326
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0619-10/+30
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-052-358/+304
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-052-119/+79
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-058-152/+47
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-034-8/+16
|
* Fix a handful of CLI errors (#20321)Ryan2023-04-031-3/+0
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-293-242/+175
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-239-23/+0
|
* Remove more empty headers (#20155)Ryan2023-03-1711-172/+0
|
* Adjust offset for some layouts (#20075)Ryan2023-03-131-73/+78
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1130-242/+75
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-2614-71/+45
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add some missing `#pragma once`s (#19902)Ryan2023-02-214-0/+8
|
* Remove matrix size defines (#19581)Ryan2023-02-1715-61/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-174-9/+11
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-174-24/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0830-90/+30
|
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-071-5/+0
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-0315-45/+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 unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0314-42/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3115-15/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-284-16/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Keyboard] Corrected a GPIO pin on config.h on the jisoo pcb (#19396)DeskDaily2022-12-231-1/+1
| | | | Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* [Keyboard] Add Daily60 keyboard (#19116)DeskDaily2022-12-129-0/+339
| | | | Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* [Keyboard] Add Jisoo pcb (#19238)DeskDaily2022-12-129-0/+314
| | | | Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* Update use of legacy keycodes (#19120)Joel Challis2022-11-224-12/+12
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-2110-0/+318
|\
| * [Keyboard] Add Octopad+ Keyboard (#18484)DeskDaily2022-10-2010-0/+318
| | | | | | Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
| |
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-158-56/+80
|/