diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-04 15:20:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 15:20:10 +1000 |
commit | 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch) | |
tree | 41ed492b974467c924d94c304da7e38b54030d9b /keyboards/neson_design/n6/n6.c | |
parent | 0e7acb777a75608524fe1de5e0f9359aeec88912 (diff) |
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/neson_design/n6/n6.c')
-rw-r--r-- | keyboards/neson_design/n6/n6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/neson_design/n6/n6.c b/keyboards/neson_design/n6/n6.c index 45affc1b03..5727ab655f 100644 --- a/keyboards/neson_design/n6/n6.c +++ b/keyboards/neson_design/n6/n6.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "n6.h" +#include "quantum.h" #include "i2c_master.h" #include "drivers/led/issi/is31fl3731.h" |