Updating everything to use the new userspace format

This commit is contained in:
2023-11-20 09:48:05 -06:00
parent 3f3579bacc
commit 1b22dc64bb
20 changed files with 258 additions and 286 deletions

View File

@@ -1,8 +1,9 @@
#ifndef USERSPACE
#define USERSPACE
#include QMK_KEYBOARD_H
#include "quantum.h"
void my_custom_function(void);
#endif
#include "features/taphold.h"
#include "features/tapdance.h"
#include "features/macros.h"
#include "definitions/layers.h"
#include "definitions/process_record.h"
#include "definitions/keycodes.h"
#include "definitions/keymap_blocks.h"