aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/cod67
Commit message (Collapse)AuthorAgeFilesLines
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-5/+5
|
* Add LUFA mass storage `BOOTLOADER` "support" (#7729)fauxpark2019-12-291-4/+1
|
* [Keyboard] Update COD67 support to complete it and add a personal map (#7291)Rys Sommefeldt2019-11-088-148/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update docs for default keymap * Update COD67 docs with fixes and macOS details * Add a personal COD67 2-layer map with RGB control * Enable RGB, NKRO and change firmware format to bin * Swap k0D and k48 to fix backspace on the top row * Add RGB config and tidy up a bit * Finish default map because merlin was full of bbq * Whoops, rogue tabs * Typo fix in the main COD67 readme * Remove empty function defs in keymap * Swap how the backspace key relocation happens * Fix PRODUCT_ID and add a link to software PWM docs * Disable NKRO and bootmagic and enable mouse keys * Better header guard * Whoops, forgot to remote the #endif
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-291-1/+1
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* Cleanup rules.mk for 32U4 keyboards, G (#6971)fauxpark2019-10-121-45/+9
| | | | | | * Cleanup rules.mk for 32U4 keyboards, G * Update keyboards/gray_studio/cod67/rules.mk
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-16/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* [Keyboard] Gray Studio Directory (#5002)MechMerlin2019-01-308-0/+432
* move cod67 into the gray_studio directory * modify readmes