mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
10 lines
140 B
C
10 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
#include "eeconfig.h"
|
||
|
#include "keymap_colemak.h"
|
||
|
|
||
|
#ifdef COMBO_ENABLE
|
||
|
# include "superduper.h"
|
||
|
#endif
|