~ruther/qmk_firmware

ce9a5aaef36ceee96fc6d44d3589caedf65b59bd — QMK Bot 3 years ago 3904a6a + 80405c6
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 2 insertions(+), 1 deletions(-)

M platforms/avr/drivers/ws2812.c
M platforms/avr/drivers/ws2812.c => platforms/avr/drivers/ws2812.c +2 -1
@@ 20,10 20,11 @@
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
#include "ws2812.h"
#include <avr/interrupt.h>
#include <avr/io.h>
#include <util/delay.h>
#include "ws2812.h"
#include "pin_defs.h"

#define pinmask(pin) (_BV((pin)&0xF))