summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* boardsource/microdox V2 (#16569)jack2022-04-1914-219/+282
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-159-28/+0
| | | | (#16655)
* [Keyboard] Lulu keyboard by boardsource (#15951)cole smith2022-02-119-0/+657
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Boardsource The Mark 65 Touch-Up and Layout Additions (#16270)James Young2022-02-078-332/+598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the_mark.h: use ____ for KC_NO * the_mark.h: number matrix positions electrically `K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0. * the_mark.h: use QMK 3-character notation * the_mark.h: add matrix diagram * refactor reference keymaps - convert tabs to spaces - use four-space indent - grid align keycodes - remove extra line breaks - add layer indexes to `via` keymap * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_space Includes reference keymap. * add LAYOUT_iso_split_bs_space Includes reference keymap. * info.json: edit maintainer value There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
* [Keyboard] Remove locking support for Boardsource LP boards (#15747)Albert Y2022-01-053-6/+6
|
* [Keyboard] Add swap hands support for Technik_O (#15477)Albert Y2021-12-141-0/+12
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-099-18/+9
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-019-18/+0
|
* [Keyboard] Add mousekey support for Technik variants (#15258)Albert Y2021-11-292-2/+2
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-153-5/+149
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-024-4/+8
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0
|
* Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-263-144/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-212-2/+2
|
* [Keyboard] Add `NO_LED` positions to match key matrix. (#14417)Albert Y2021-09-151-2/+2
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-129-9/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-129-18/+0
|
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-103-21/+0
|
* Enable extra keys for Technik ortho and stagger (#14282)Albert Y2021-09-042-4/+4
| | | | | | | * Extra keys for technik ortho * Extra keys for technik staggered Co-authored-by: filterpaper <filterpaper@localhost>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-241-9/+9
|\
| * [Keyboard] Update Technik ortholinear RGB matrix points (#14124)Albert Y2021-08-241-9/+9
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-08-241-9/+9
|\|
| * [Keyboard] Update Technik staggered RGB matrix points (#14125)Albert Y2021-08-241-9/+9
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-248-82/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* | Remove MIDI Configuration boilerplate (#11151)James Young2021-08-165-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove keyboard-level instances of `MIDI_ENABLE = no` Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]*MIDI_ENABLE[ \t]*=[ \t]*no/d' {} + ``` Co-Authored-By: Nick Brassel <nick@tzarc.org> * fix case-sensitivity issues on MIDI_ENABLE Change instances of `MIDI_ENABLE = YES` to `MIDI_ENABLE = yes`. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE[ \t]*=[ \t]*[Yy][Ee][Ss];MIDI_ENABLE = yes;g' {} + ``` * replace `# MIDI controls` with `# MIDI support` Replace `# MIDI controls` with `# MIDI support` in keyboard-level `rules.mk` files. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*MIDI[ \t]*\(controls\|support\).*;# MIDI support;g' {} + ``` * align inline comments Aligns the inline comments to the length used by the QMK AVR rules.mk template. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE *= *yes.*;MIDI_ENABLE = yes # MIDI support;g' {} + ``` * remove commented instances of `MIDI_ENABLE` from keyboard `rules.mk` files Commands: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#\([ \t]*MIDI_ENABLE\) = yes; \1 = no ;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;^\([ \t]*\)\(MIDI_ENABLE = no\);\2\1;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]\+MIDI_ENABLE *= *no/d' {} + ``` * remove MIDI configuration boilerplate from keyboard config.h files Co-authored-by: Nick Brassel <nick@tzarc.org>