summaryrefslogtreecommitdiff
path: root/keyboards/smithrune
AgeCommit message (Collapse)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis4-4/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis4-4/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis8-8/+0
2024-09-24Remove `STM32_PWM_USE_ADVANCED` references (#24432)Joel Challis3-9/+0
2024-09-02Add `60_ansi_tsangan_split_bs_rshift` to community layouts (#24186)Ryan3-9/+12
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel16-350/+0
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: S, Part 2 (#23784)James Young11-22/+36
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`
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-3/+3
2024-04-17Migrate build target markers to keyboard.json - S (#23532)Joel Challis8-61/+40
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis8-4/+0
2024-03-30Migrate features and LTO from rules.mk to data driven (#23302)Joel Challis2-15/+8
2024-03-09Remove redundant disabling of features (#22926)Joel Challis2-6/+1
2024-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot1-6/+6
2024-03-04Iron180 V2 H: correct key sizes (#23214)James Young1-6/+6
2024-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot1-6/+6
2024-03-04Iron180 V2 S: correct ANSI Enter key sizes (#23215)James Young1-6/+6
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan3-6/+6
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
2024-02-14Migrate WEAR_LEVELING_* to info.json (#23077)Joel Challis4-6/+10
2024-02-01Migrate lighting defaults to info.json (#22920)Joel Challis5-23/+12
2024-02-01Ensure LTO is enabled as a `info.json` build config option (#22932)Joel Challis2-2/+6
* feature.lto -> build.lto * keymaps too
2023-12-12[Keyboard] Add Iron180 V2 PCB support (#22314)Álvaro A. Volpato18-1/+2454
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-12-04Fix erroneous commas in `info.json` files (#21712)Duncan Sutherland1-1/+1
2023-12-01Fix animation range on M75H (#22586)Álvaro A. Volpato1-1/+1
2023-11-28Add Smith and Rune Magnus (#22153)Álvaro A. Volpato18-0/+668
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-14Migrate i2c EEPROM_DRIVER to info.json (#22013)Joel Challis2-2/+3
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-25/+27
* 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-07-08Relocate backlight drivers (#21444)Ryan1-1/+0
2023-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot4-86/+686
2023-07-03Smith & Rune Iron160 Soldered Touch-Up (#21377)James Young4-86/+686
2023-07-02Move miscellaneous defines to data driven (#21382)Ryan1-2/+0
2023-06-27Merge remote-tracking branch 'origin/master' into developQMK Bot3-82/+161
2023-06-26Smith & Rune Iron160 Hotswap Touch-Up (#21376)James Young3-82/+161
* [style] friendly-format info.json - sort JSON keys in layouts object - remove instances of `w: 1` * [chore] correct layout data * [refactor] rename LAYOUT to LAYOUT_60_tsangan_hhkb * [enhancement] add LAYOUT_60_ansi_tsangan_split_rshift * [enhancement] enable Community Layout support * [bugfix] write appropropriate keymaps Neither the `default` nor `via` keymaps were written appropriately for this keyboard. This commit modifies both keymaps to be appropriate for `60_tsangan_hhkb` layout.
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel5-10/+0
* 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)Ryan4-2/+6
2023-05-09SmithRune Iron180 Layout Additions (#20822)James Young2-106/+1306
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_tkl_f13_ansi_split_bs_rshift * add LAYOUT_tkl_f13_ansi * add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_ansi_tsangan * add LAYOUT_tkl_f13_ansi_wkl_split_bs_rshift * add LAYOUT_tkl_f13_ansi_wkl * add LAYOUT_tkl_f13_iso_split_bs_rshift * add LAYOUT_tkl_f13_iso * add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_iso_tsangan * add LAYOUT_tkl_f13_iso_wkl_split_bs_rshift * add LAYOUT_tkl_f13_iso_wkl * enable Community Layout support * info.json: remove extra line breaks
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan2-130/+130
2023-05-02`info.json` whitespace cleanups (#20651)Ryan2-124/+124
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan2-130/+101
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan1-2/+4
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan4-2/+4
2023-04-05Merge remote-tracking branch 'origin/master' into developQMK Bot18-0/+603
2023-04-05Add Iron160 I160-S and I160-H PCBs support (#20077)Álvaro A. Volpato18-0/+603
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-04-04Move 65% layouts to data driven (#20308)Ryan3-449/+340
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-17Remove more empty headers (#20155)Ryan1-18/+0
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan4-10/+10
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move backlight config to data driven (#19910)Ryan8-11/+15
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2-6/+0
2023-02-21Move backlight config to data driven, part 1 (#19887)Ryan5-5/+6
2023-02-17Remove matrix size defines (#19581)Ryan2-7/+0