aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/sneakbox
Commit message (Collapse)AuthorAgeFilesLines
* Add M4m5 support (#25499)SneakboxKB2025-10-304-0/+294
|
* Add lilBAE support (#25259)SneakboxKB2025-07-068-0/+225
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-245-5/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-235-5/+0
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-2510-335/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-254-12/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `led_update_kb` implementations to DD (#23985)Joel Challis2024-06-252-36/+5
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: S, Part 2 (#23784)James Young2024-05-236-72/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `slz40` - `smithrune/iron160/iron160_s` - `smithrune/iron165r2/f072` - `smithrune/iron165r2/f411` - `smithrune/iron180` - `smithrune/iron180v2/v2h` - `smithrune/iron180v2/v2s` - `smoll/lefty` - `snampad` - `sneakbox/aliceclone` - `sneakbox/disarray/ortho` - `sneakbox/disarray/staggered` - `soup10` - `soy20` - `sparrow62` - `split67` - `splitish` - `splitography` - `star75` - `stello65/beta` - `stello65/hs_rev1` - `stello65/sl_rev1` - `stenokeyboards/the_uni/pro_micro` - `stenokeyboards/the_uni/usb_c` - `strech/soulstone` - `studiokestra/bourgeau` - `studiokestra/cascade` - `studiokestra/frl84` - `studiokestra/galatea/rev1` - `studiokestra/galatea/rev2` - `studiokestra/galatea/rev3` - `studiokestra/line_friends_tkl` - `studiokestra/nascent` - `studiokestra/nue` - `suavity/ehan` - `subatomic` - `switchplate/southpaw_65` - `switchplate/southpaw_fullsize` - `switchplate/switchplate910` - `sx60` - `system76/launch_1`
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-116-6/+6
|
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-6/+6
|
* Migrate features from rules.mk to data driven - ST (#23286)Joel Challis2024-03-1510-65/+47
|
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-60/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+6
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-91/+172
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-2/+6
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-059-251/+496
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-031-14/+0
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-233-52/+0
|
* Remove more empty headers (#20155)Ryan2023-03-172-37/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1010-35/+25
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-2/+2
|
* Move encoder config to data driven (#19923)Ryan2023-02-2510-30/+25
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-175-23/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-178-14/+15
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-1610-25/+15
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-30/+10
|
* Debounce defines cleanup (#19742)Ryan2023-02-035-16/+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-305-5/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-204-14/+13
|\
| * Refactor some layouts which contain keyboard name (#19642)Joel Challis2023-01-204-14/+13
| |
* | 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
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-051-1/+1
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-153-3/+30
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
|
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-0410-37/+32
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1510-10/+10
|
* [Keyboard] Add aliceclonergb (#14285)SneakboxKB2022-02-069-0/+328
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-8/+4
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-8/+0
|
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-11-171-1/+1
|\
| * Format code according to conventions (#15193)QMK Bot2021-11-171-1/+1
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-044-4/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-124-4/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-123-6/+0
|
* Sneakbox Ava tidy-up (#14298)James Young2021-09-085-15/+15
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-199-0/+330
|\
| * [Keyboard] Ava initial commit (#13845)SneakboxKB2021-08-199-0/+330
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com>