1
0
Fork 0

[Keyboard] Fixing drag-and-drop (#5728)

* Fixing drag-and-drop

* Forgot to rtfm and do a full build. Added colemak

* What
This commit is contained in:
Jeremy Bernhardt 2019-04-29 18:29:00 -06:00 committed by Drashna Jaelre
parent e77e46f4bf
commit 507805cd10
7 changed files with 230 additions and 3 deletions

View file

@ -30,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "debug.h"
#include "util.h"
#include "debounce.h"
#include "pointing_device.h"
#include QMK_KEYBOARD_H
#ifdef DEBUG_MATRIX_SCAN_RATE
# include "timer.h"
@ -38,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef BALLER
#include <avr/interrupt.h>
#include "pointing_device.h"
#endif
#ifndef DEBOUNCE