From 9b232a7f885e320061aae994713acd31297eac5c Mon Sep 17 00:00:00 2001 From: Nicholas Shaff Date: Tue, 5 Feb 2019 08:36:49 -0600 Subject: Keyboards: Move the other Sentraq keyboards into the sentraq vendor directory (#5052) * Moving sentraq keyboards to sentraq subdirectory. * Updating readme markdown to correct make commands. * Updating s60_x references to point to the new vendor subdirectory. * Fixed stripped spaces in markdown. * Updated help information in s60_x readme and linked to additional documentation. --- keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h (limited to 'keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h') diff --git a/keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h b/keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h new file mode 100644 index 000000000..aee65690f --- /dev/null +++ b/keyboards/sentraq/s60_x/keymaps/ansi_qwertz/config.h @@ -0,0 +1,9 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// keymap needs oneshot functionality +#undef NO_ACTION_ONESHOT + +#endif -- cgit v1.2.3-24-g4f1b