summaryrefslogtreecommitdiff
path: root/keyboards/whitefox
AgeCommit message (Collapse)Author
2017-09-27remove all makefiles from keyboard directoriesJack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-16Make the bulk of our keyboards match the readme.md standardskullY
2017-07-10Rename board files to lowercaseFred Sundvik
2017-07-10Make it easier to use driversFred Sundvik
2017-07-10Shared default animationsFred Sundvik
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik
2017-07-10Shared gfxconfFred Sundvik
2017-07-10Define visualizer thread priority by defaultFred Sundvik
2017-07-10Remove ergodox from gdisp driver namesFred Sundvik
2017-07-10Move GDISP drivers to /drivers/ugfxFred Sundvik
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-25Whitefox LED control (#1432)Ethan Madden
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-13Added whitefox keymapEthan Madden
2017-01-10Wait for two ticks rather than 1Kaleb Elwert
2017-01-09Fix mismatched indentationKaleb Elwert
2017-01-09Update clock frequencies to match the infinity ergodoxKaleb Elwert
2017-01-09Increase tick frequency for responsivenessKaleb Elwert
Based off of PR #866 which did the same thing for the infinity60
2017-01-09Remove KC_ prefix from KEYMAP macro to match other keyboardsKaleb Elwert
2017-01-04Add whitefox readmeKaleb Elwert
2017-01-04Remove unneeded defineKaleb Elwert
2017-01-03Initial whitefox supportKaleb Elwert