aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/boardwalk
Commit message (Collapse)AuthorAgeFilesLines
* Add more missing info.json layouts (#9595)Ryan2020-06-301-351/+447
|
* Adding extra supported Boardwalk layout (#9341)Rolf Don2020-06-091-0/+15
| | | * Added ortho layout with 2x2u spacebars
* [Keyboard] VIA Support for Boardwalk (#8124)James Young2020-02-104-1/+114
| | | | | | | | | | | | | | | | | | | | | | * initial commit of VIA Support * update PRODUCT (and MANUFACTURER) per VIA docs Reference: https://caniusevia.com/docs/configuring_qmk#change-product Updated MANUFACTURER so it matches what the PRODUCT says. * enable Link Time Optimization per mechmerlin * revert change to USB Product Name * add two empty layers to via keymap VIA keymaps need four layers in flash. * correct the layer indexes Start from 0, not 1.
* [Keyboard] Boardwalk Refactor (#8122)James Young2020-02-0811-158/+324
| | | | | | | | | | | | | | | * refactor keymaps Create one keymap for each layout macro. * remove config.h for default keymap There's nothing in it. * update readme - use the new list format - use a smaller version of the keyboard photo (does the readme really need a 14MP image on it?)
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-5/+5
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-42/+8
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Add Boardwalk keymap (#5806)Brendan Wrafter2019-05-062-0/+111
| | | | | | * Add Boardwalk keyboard layout * Remove backslashes
* Add Configurator support and readme for boardwalk (#5261)zvecr2019-02-272-0/+375
| | | | | | * Add configurator support and readme for boardwalk * Readme review comments
* [Keyboard] Added Boardwalk keyboard (#5195)Nick Christus2019-02-2511-0/+554
* initial commit * removed key for fn layer * added missing row, misc cleanup * added nchristus keymap, more misc cleanup * Updating ergo60.h, rules * Adding McAllaster keymap * added a bunch of keymaps * added LED code * added userspace * ls vitamins keymap * added Boardwalk keyboard * boardwalk: removed unrelated files * boardwalk: undoing tkc1800 change * boardwalk: undoing tkc1800 change * nchristus keymap cleanup * boardwalk: updates per PR feedback * boardwalk: updated bootloader * boardwalk: additional updates from PR review