diff options
author | Felix Uhl <felix.uhl@outlook.de> | 2016-08-11 21:49:10 +0200 |
---|---|---|
committer | Felix Uhl <felix.uhl@outlook.de> | 2016-08-11 21:49:10 +0200 |
commit | 4725942dc71c2f386d8323865a6255f4dfd2785b (patch) | |
tree | 99d7ce6fdaf807368f231b908b271768eeaca779 /keyboards/s60-x/config.h | |
parent | 38766dbc82cd0765cd88a47bb88b57d58b4b6723 (diff) | |
download | firmware-4725942dc71c2f386d8323865a6255f4dfd2785b.tar.gz firmware-4725942dc71c2f386d8323865a6255f4dfd2785b.tar.bz2 firmware-4725942dc71c2f386d8323865a6255f4dfd2785b.zip |
Small changes
Enabled Bootmagic and ISO layouts on felix keymap
Added unused pins
Diffstat (limited to 'keyboards/s60-x/config.h')
-rw-r--r-- | keyboards/s60-x/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/s60-x/config.h b/keyboards/s60-x/config.h index d548a99b3..ac7951c24 100644 --- a/keyboards/s60-x/config.h +++ b/keyboards/s60-x/config.h @@ -46,7 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define MATRIX_ROW_PINS { B7, B3, B2, B1, B0 } #define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6, C7, E6, F1 } -#define UNUSED_PINS +#define UNUSED_PINS { F0 } /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |