diff options
Diffstat (limited to 'keyboards/dekunukem/duckypad/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/dekunukem/duckypad/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dekunukem/duckypad/keymaps/default/keymap.c b/keyboards/dekunukem/duckypad/keymaps/default/keymap.c index 3b30c42ff..a87caa2cd 100644 --- a/keyboards/dekunukem/duckypad/keymaps/default/keymap.c +++ b/keyboards/dekunukem/duckypad/keymaps/default/keymap.c | |||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
20 | 20 | ||
21 | #include QMK_KEYBOARD_H | 21 | #include QMK_KEYBOARD_H |
22 | 22 | ||
23 | #include "stdio.h" | 23 | #include <stdio.h> |
24 | #include <unistd.h> | 24 | #include <unistd.h> |
25 | #include <string.h> | 25 | #include <string.h> |
26 | 26 | ||