aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/bella
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `g_led_config` to DD (JK1) (#25601)Jack Sangdahl2025-09-094-60/+193
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-231-1/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-223-3/+0
|
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-242-2/+2
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-256-134/+0
|
* Migrate `led_update_kb` implementations to DD (#23981)Joel Challis2024-06-222-28/+4
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768)James Young2024-05-222-19/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `kabedon/kabedon98e` - `kagizaraya/chidori` - `kagizaraya/halberd` - `kagizaraya/miniaxe` - `kagizaraya/scythe` - `kakunpc/angel17/alpha` - `kakunpc/angel17/rev1` - `kakunpc/angel64/alpha` - `kakunpc/angel64/rev1` - `kakunpc/business_card/alpha` - `kakunpc/business_card/beta` - `kakunpc/choc_taro` - `kakunpc/rabbit_capture_plan` - `kakunpc/suihankey/alpha` - `kakunpc/suihankey/rev1` - `kakunpc/suihankey/split/alpha` - `kakunpc/suihankey/split/rev1` - `kakunpc/thedogkeyboard` - `kapcave/arya` - `kapcave/gskt00` - `kapcave/paladin64` - `kapl/rev1` - `kb58` - `kb_elmo/aek2_usb` - `kb_elmo/m0110a_usb` - `kb_elmo/m0116_usb` - `kbdclack/kaishi65` - `kbdfans/bella/soldered` - `kbdfans/bounce/pad` - `kbdfans/jm60` - `kbdfans/kbd19x` - `kbdfans/kbd4x` - `kbdfans/kbd66` - `kbdfans/kbd67/hotswap` - `kbdfans/kbd67/mkii_soldered` - `kbdfans/kbd6x` - `kbdfans/kbd75/rev1` - `kbdfans/kbd75/rev2` - `kbdfans/kbd8x` - `kbdfans/kbd8x_mk2` - `kbdfans/kbdpad/mk2` - `kbdfans/maja_soldered` - `kbdfans/niu_mini` - `kbdfans/phaseone` - `kbdmania/kmac` - `kbdmania/kmac_pad` - `kc60`
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-2/+2
|
* Data-Driven Keyboard Conversions: K, Part 2 (#23562)James Young2024-04-204-30/+20
|
* Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376)Joel Challis2024-03-302-2/+0
|
* Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis2024-03-152-12/+9
|
* LED drivers: update keyboard LED configs (#23073)Ryan2024-02-252-189/+189
| | | | | | | | | | | | | | | * IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
* Migrate RGB Matrix config to info.json - K (#22911)Joel Challis2024-02-014-120/+98
|
* Migrate dynamic_keymap.layer_count < 4 where requried (#22091)Joel Challis2024-01-092-2/+0
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2023-12-202-2/+2
|
* Update keyboard LED driver configs (#22638)Ryan2023-12-182-2/+2
|
* Remove unnecessary driver counts (#22435)Joel Challis2023-11-222-2/+0
|
* Rename `DRIVER_ADDR_n` defines (#22200)Ryan2023-10-212-2/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Update ISSI LED types (#22099)Ryan2023-10-042-2/+2
|
* Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2023-09-192-2/+2
|
* is31fl3741: driver naming cleanups (#21929)Ryan2023-09-132-2/+2
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* KBDfans Bella Soldered Layout Macro Additions (#20691)James Young2023-05-044-138/+958
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-6/+6
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-153-117/+97
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-72/+195
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-106-15/+15
|
* Move backlight config to data driven (#19910)Ryan2023-02-252-2/+3
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Debounce defines cleanup (#19742)Ryan2023-02-033-5/+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-303-3/+0
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-262-4/+4
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-204-4/+4
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-052-40/+23
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-262-2/+0
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-4/+4
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-063-3/+0
|
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-036-21/+21
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-4/+4
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-152-2/+0
| | | | (#16655)
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-093-6/+3
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-6/+0
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-6/+96
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-112-6/+2
|