summaryrefslogtreecommitdiff
path: root/keyboards/boardsource
AgeCommit message (Collapse)Author
2023-10-21Migrate recently introduced sync items (#22305)Joel Challis
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis
2023-08-15OLED: driver naming cleanups (#21710)Ryan
2023-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-07-27Revert "Equals keyboard" (#21622)Nick Brassel
2023-07-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-07-26[Keyboard] boardsource/equals (#21230)cole smith
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6A73@pm.me>
2023-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-07-20[Keyboard] Add boardsource/unicorne (#21510)jack
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cole Smith <smithcole@protonmail.com>
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-05-09Clean up trailing commas from info.json (#20812)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan
2023-04-15Encodermap direction define. (#20454)Nick Brassel
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-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-01[Keymap] Add davidrambo lulu keymap (#19448)David Rambo
Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-23[Keyboard] Fix boardsource/lulu/avr encoder pins (#19672)cole smith
2023-01-01[Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre
2022-12-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-14Add encoder map to boardsource/lulu, and some other dd migrations (#19281)jack
2022-12-11[RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-12Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-11-12[Keymap] Update/refactor userspace and add keymaps for rmeli (#18398)Rocco Meli
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Elliot Powell <johnp8727@gmail.com>
2022-10-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-27[Keymap] Update Miryoku (#18773)Manna Harbour
* [miryoku] Revert "[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)" This reverts commit 89dbc181617e69a5b4d91d9d772724daa2d387bb. * [miryoku] Add keyboardio/model01 * [miryoku] Add handwired/dactyl_manuform/4x6 * [miryoku] Update BT keycodes - Update BT keycodes on Media inner index: - Move OUT_AUTO to bottom row - Move RGB_TOG in vi to pinkie column to match other TOG keycodes, and rotate row * [miryoku] Add Extra and Tap layers * [miryoku] Rename config workflow option to custom_config * [miryoku] Update custom_config.h and custom_rules.mk behaviour * [miryoku] Make mapping macro customisable globally and per layer * [miryoku] Add layer lock * [miryoku] Update RGB order in media-l-invertedt * [miryoku] Change mouse button order * [miryoku] Change to X macros for layer list - Supports adding and removing layers from custom_config.h - Add "U_" prefix to layer names - Add layer name strings - Populate keymaps array from X macro - Populate layers enum from X macro - Move layers enum to manna-harbour_miryoku.h - Rename miryoku_alternatives.h to miryoku_layer_alternatives.h - Rename miryoku_layer.h to miryoku_layer_selection.h - Remove miryoku_layer_names.h - Add miryoku_layer_list.h * [miryoku] Reformat split_3x6_3 mapping * [miryoku] Add merge field to workflows * [miryoku] Update thumb combos with new layer names * [miryoku] Update cover image * [miryoku] Add satt/vision * [miryoku] Update Branches and Building docs * [miryoku] Update reset keycode * [miryoku] Add xmk * [miryoku] Add boardsource/lulu * [miryoku] Fix keyboardio/model01
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-10-15Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-09-19Fix boardsource/lulu RGB matrix (#18407)Felix Springer
* Fix ordering of entries for RGB matrix. * Fix typos in RGB matrix definition. These matrix indices overlapped. * Improve positions in RGB matrix. The rotary encoder and the key below that are in a new column. The rotary encoder's height is inbetween rows. The key below is kind of off-axis and thus hard to pin down to a specific location. The modifer keys in the bottom row are staggered compared to the other columns.
2022-09-09Fix DD use within boardsource/microdox (#18319)Joel Challis
2022-09-03Add absolute key positions to microdox info.json (#18238)Tim Traversy
2022-08-30fix boardsource/lulu (#18217)jack
2022-08-30Add boardsource/lulu RP2040 support (#18200)jack
by waffle87
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-14[Keyboard] Fix compilation issues for Boardsource Microdox (#18037)Drashna Jaelre
2022-08-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-14Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan
2022-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-03boardsource/the_mark: add QMK Configurator layout data (#17898)James Young
* boardsource/the_mark: add QMK Configurator layout data * add keyboard maintainers to info.json Adds the individual and organization accounts as listed maintainers.
2022-07-25Move keyboard USB IDs and strings to data driven: B (#17782)Ryan