summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans
AgeCommit message (Collapse)Author
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Update ISSI LED types (#22099)Ryan
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-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-20add odinmini layout (#21983)dztech
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan
2023-09-13is31fl3733: driver naming cleanups (#21905)Ryan
2023-09-13is31fl3741: driver naming cleanups (#21929)Ryan
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-01Remove layout aliases from keyboard_aliases.hjson (#21658)Joel Challis
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan
2023-07-02Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-16Add missing layout data for a handful of boards (#20931)Ryan
* Add missing layout data for a handful of boards * typo * Add missing layouts for stoutgat * Add missing layout for j80 * Replace missing layout with alias for wraith * Add missing layout for matrix/me * Add missing layout for satisfaction75/prototype * Apply suggestions from code review * Rename wt80-a layouts * Rename rosa layouts * Add missing layouts for naked48 * Add missing layouts for naked60 * Add missing layouts for uma * Remove unused and pointless `LAYOUT_stack` for buzzard * Add missing layout for keyboardio/model01 * Add missing layout for smk65 revf * Fix via keymap for h60 * Add missing layout for jabberwocky/v1 * Apply suggestions from code review * Add missing layout for m3n3van * Add missing layout for giabalanai * Add missing layouts for treadstone48/rev1 * Add missing layouts for squiggle * Update keyboards/marksard/treadstone48/rev1/info.json
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-03KBDfans Odin Soldered Layout Additions and Touch-Up (#20695)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * add LAYOUT_ansi * add LAYOUT_iso * add LAYOUT_ansi_split_bs_rshift * add LAYOUT_iso_split_bs_rshift * refactor default and via keymaps - use four-space indent - grid-align keycodes
2023-05-03KBDfans Odin RGB Touch-Up (#20694)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * rename LAYOUT_all to LAYOUT
2023-05-03KBDfans KBD66 Layout Additions and Refactor (#20693)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_66_ansi_split_space * add LAYOUT_66_iso_split_space * refactor default keymap - use four-space indent - use QMK-native keycode aliases directly - use `enum` statement for layer names - grid-align keycodes * refactor ansi keymap - use four-space indent - use QMK-native keycode aliases directly - use `enum` statement for layer names - grid-align keycodes * refactor iso keymap - use four-space indent - use QMK-native keycode aliases directly - use `enum` statement for layer names - grid-align keycodes * change layout macro for ansi keymap Refactors the `ansi` keymap to use the `LAYOUT_66_ansi_split_space` macro, and renames the keymap to `default_ansi_split_space`. * change layout macro for iso keymap Refactors the `iso` keymap to use the `LAYOUT_66_iso_split_space` macro, and renames the keymap to `default_iso_split_space`. * add LAYOUT_66_ansi The column for the spacebar key may be wrong; I was unable to find high-resolution images of the PCB. * add LAYOUT_66_iso The column for the spacebar key may be wrong; I was unable to find high-resolution images of the PCB. * enable Community Layout support
2023-05-03KBDfans Bounce75 Hotswap Touch-Up (#20692)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_rwkl * touch-up keymap keycode alignment
2023-05-03KBDfans Bella Soldered Layout Macro Additions (#20691)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_ansi_rwkl_split_bs * add LAYOUT_ansi_rwkl * add LAYOUT_ansi_wkl_split_bs * add LAYOUT_ansi_wkl * add LAYOUT_iso_rwkl_split_bs * add LAYOUT_iso_rwkl * add LAYOUT_iso_wkl_split_bs * add LAYOUT_iso_wkl * refactor keymaps - use four-space indent - add layer indices - grid-align keycodes
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move TKL layouts to data driven (#20337)Ryan
2023-04-05Move 75% and 96% layouts to data driven (#20289)Ryan
2023-04-04Move 65% layouts to data driven (#20308)Ryan
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan
2023-03-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-18Fixup kbdfans/tiger80 RGB animations (#20164)jack
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-16kbdfans/tiger80: remove duplicate keys in info.json (#20148)Ryan
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-16Merge remote-tracking branch 'origin/master' into developDrashna Jael're