aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/plaid
Commit message (Collapse)AuthorAgeFilesLines
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-1/+0
|
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-6/+6
|
* Set proper AVR part for USBasp avrdude flashing (#7552)fauxpark2019-12-072-9/+3
| | | | | | | | | | * Set proper AVR part for USBasp avrdude flashing * Remove `PROGRAM_CMD` stuff from rules.mk as they should not be needed anymore * Missed the Plaid readme * Remove PROGRAM_CMD from Mysterium
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-1/+1
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-151-1/+1
|
* Add support for configurable polling interval and power usage o… (#7336)fauxpark2019-11-152-11/+1
| | | | | | * Add support for custom polling interval and power usage on V-USB boards * Use 1ms as default for now
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-201-15/+3
|
* [Keymap] Plaid Keymap for Programmers (#6706)IanGC2019-09-173-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * map programmer qwerty * clarify and fix typo * finishing touches * use qmk s templates for readme * update copyright notice * remove unnecessary code Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove unnecessary code Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/plaid/keymaps/thehalfdeafchef/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * fix documentation * reformat code * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Add 328P to mcu_selection.mk (#6682)fauxpark2019-09-071-43/+0
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
|
* [Keymap] Adding personal keymap / clarifying default keymap readme (#6119)brickbots2019-06-114-15/+484
| | | | | | | | | | | | | | * Adding led support for Plaid * Adding led support for Plaid * Update readme.md Fixing bad markdown * Adding my personal keymap * Clarifying LED instructions / formatting
* [Keyboard] Adding LED support to the plaid default keycap (#6109)brickbots2019-06-113-4/+226
| | | | | | * Adding led support for Plaid * Adding led support for Plaid
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Plaid - Add compatibility for LAYOUTS = planck_mit planck_grid ↵zvecr2019-05-012-1/+3
| | | | | | | | | | (#5591) * Add compatibility for LAYOUTS = planck_mit planck_grid * Add compatibility for LAYOUTS = ortho_4x12 * Remove planck_grid community support from Plaid
* Add new keyboard Plaid and ATMEGA328p support (#5379)Takuya Urakawa2019-03-1210-0/+1231
* add plaid * Change usb vid/pid to free id from vusb Trivial fix for vusb core * update readme * update info.json default keymap * fix typo * Replace copyright