|
@@ -15,8 +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 "../../bigseries.h"
|
|
|
-#include "print.h"
|
|
|
+#include QMK_KEYBOARD_H
|
|
|
+
|
|
|
|
|
|
extern rgblight_config_t rgblight_config;
|
|
|
|
|
@@ -66,9 +66,9 @@ qk_tap_dance_action_t tap_dance_actions[] = {
|
|
|
|
|
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
|
|
|
|
-[BASE] = KEYMAP(
|
|
|
+[BASE] = LAYOUT(
|
|
|
TD(TD_TOGGLE)),
|
|
|
-[LED] = KEYMAP(
|
|
|
+[LED] = LAYOUT(
|
|
|
TD(TD_TOGGLE)
|
|
|
)
|
|
|
|