summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-07-09Revert to RGB Underglow being enabled, rather than rgb matrixDrashna Jaelre1-2/+2
2018-05-16i2c fixJack Humbert1-2/+2
2018-05-09turn it onJack Humbert1-1/+1
2018-05-09disables RGB Matrix for nowErez Zukerman1-1/+1
just to see if that's why the board doesn't work. And it is... With this, the board works.
2018-05-09a quick attemptErez Zukerman1-1/+2
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson1-4/+4
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-9/+6
* pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
2017-10-27document how to define LEFT_LEDS and how that hack is doneDon Armstrong1-0/+4
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-0/+86
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches