mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-08 23:05:43 +00:00
minimize includes in cocot46plus.c
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
20ec3767c9
commit
61960ab4d1
@ -15,12 +15,8 @@ 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 "quantum.h"
|
||||
#include <math.h>
|
||||
#include "cocot46plus.h"
|
||||
#include "wait.h"
|
||||
#include "debug.h"
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
// Invert vertical scroll direction
|
||||
#ifndef COCOT_SCROLL_INV_DEFAULT
|
||||
|
Loading…
Reference in New Issue
Block a user