summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Add davidrambo lulu keymap (#19448)David Rambo2023-03-014-0/+246
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-6/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-241-1/+1
|\
| * [Keyboard] Fix boardsource/lulu/avr encoder pins (#19672)cole smith2023-01-231-1/+1
| |
* | [Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre2023-01-011-6/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-146-22/+25
|\|
| * Add encoder map to boardsource/lulu, and some other dd migrations (#19281)jack2022-12-146-22/+25
| |
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-1/+1
|/
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-4/+4
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-123-0/+162
|\
| * [Keymap] Update/refactor userspace and add keymaps for rmeli (#18398)Rocco Meli2022-11-123-0/+162
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Elliot Powell <johnp8727@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-292-0/+26
|\|
| * [Keymap] Update Miryoku (#18773)Manna Harbour2022-10-272-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-163-3/+3
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre2022-10-153-3/+30
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-13/+14
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-236-6/+6
|/
* Fix boardsource/lulu RGB matrix (#18407)Felix Springer2022-09-191-45/+45
| | | | | | | | | | | | | | | | | * 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.
* Fix DD use within boardsource/microdox (#18319)Joel Challis2022-09-094-95/+3
|
* Add absolute key positions to microdox info.json (#18238)Tim Traversy2022-09-031-35/+35
|
* fix boardsource/lulu (#18217)jack2022-08-301-1/+0
|
* Add boardsource/lulu RP2040 support (#18200)jack2022-08-3011-21/+81
| | | by waffle87
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* [Keyboard] Fix compilation issues for Boardsource Microdox (#18037)Drashna Jaelre2022-08-141-0/+2
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-141-0/+77
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-142-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-031-348/+368
|\|
| * boardsource/the_mark: add QMK Configurator layout data (#17898)James Young2022-08-031-348/+368
| | | | | | | | | | | | | | * boardsource/the_mark: add QMK Configurator layout data * add keyboard maintainers to info.json Adds the individual and organization accounts as listed maintainers.
| * Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-254-13/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-241-3/+3
|\|
| * boardsource/beiwagon: correct QMK Configurator layout data (#17771)James Young2022-07-241-3/+3
| |
* | [Keyboard] boardsource/microdox data driven (#17675)jack2022-07-1819-339/+238
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-139-280/+168
|\|
| * boardsource/technik_o data driven (#17635)jack2022-07-139-280/+168
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-138-234/+128
|\|
| * boardsource/5x12 data driven (#17630)jack2022-07-138-234/+128
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-138-197/+103
|\|
| * boardsource/4x12 data driven (#17629)jack2022-07-138-197/+103
| |
* | [Keyboard] boardsource/lulu data driven (#17638)jack2022-07-127-358/+380
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-1312-714/+470
|\|
| * [Keyboard] boardsource/the_mark data driven (#17637)jack2022-07-1212-714/+470
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-1318-539/+241
|\|
| * [Keyboard] boardsource/technik_s data driven (#17636)jack2022-07-129-290/+160
| |
| * [Keyboard] boardsource/beiwagon data driven (#17631)jack2022-07-129-249/+81
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-138-167/+67
|\|
| * [Keyboard] boardsource/3x4 data driven (#17628)jack2022-07-128-167/+67
| | | | | | | | | | | | | | * initial * change to development board * replaced KC_TRNS & use rules.mk template
* | [Keyboard] boardsource/holiday/spooky data driven (#17632)jack2022-07-128-317/+124
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-171-10/+10
|\
| * [Keyboard] lulu LED index correction (#17108)Albert Y2022-05-161-10/+10
| |
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1517-19/+19
|/