[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:
parent
e77e46f4bf
commit
507805cd10
7 changed files with 230 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue