From 96546c79c0e931c89e4ac60a154b669925d5d34d Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 5 Jun 2018 12:43:20 -0700 Subject: Adding SX60 work by amnobis and configurator settings (#3122) * Add SX60 * Add config maps and layouts as well as readmes. * cleanup and fixes * correct readme * add missing closing commenty tag * Changing includes to QMK_KEYBOARD_H * Update settings.json Remove config change that was added automatically by vscode. * Update readme.md fix readme formatting --- keyboards/sx60/keymaps/default/config.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/sx60/keymaps/default/config.h (limited to 'keyboards/sx60/keymaps/default/config.h') diff --git a/keyboards/sx60/keymaps/default/config.h b/keyboards/sx60/keymaps/default/config.h new file mode 100644 index 0000000000..a5568e400d --- /dev/null +++ b/keyboards/sx60/keymaps/default/config.h @@ -0,0 +1 @@ +#include "../../config.h" -- cgit v1.2.3