aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ivy/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Cleanup rules.mk for 32U4 keyboards, I-K (#7097)fauxpark2019-10-211-22/+0
| | | | | | * Cleanup rules.mk for 32U4 keyboards, I-K * Clean up ivy rules.mk
* [Keyboard] Added IVY macropad (#6211)That-Canadian2019-07-142-0/+68
* Added initial files for the Adron 3-key macro pad * Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well. * Made suggested changes to commit for PR * Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )