Skip to content

Commit

Permalink
sofle: moved shared files to userspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuzniak committed Sep 5, 2024
1 parent 93c51c6 commit f7a64d8
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/sofle/keymaps/ysaren/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#include QMK_KEYBOARD_H
#include "ysaren.h"
#include "features/num_word.c"
#include "features/oneshot.c"
#include "num_word.c"
#include "oneshot.c"

#include "layout.c"

Expand Down
4 changes: 2 additions & 2 deletions keyboards/sofle/keymaps/ysaren/ysaren.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include "quantum.h"
#include "ysaren_keycodes.h"
#include "ysaren_layers.h"
#include "features/num_word.h"
#include "features/oneshot.h"
#include "num_word.h"
#include "oneshot.h"

#include "rgb_layers.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added users/ysaren/rules.mk
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit f7a64d8

Please sign in to comment.