diff options
author | Jon Olsson <jon.olsson@gmail.com> | 2018-09-01 18:23:10 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-01 09:23:10 -0700 |
commit | 8eb674b257147efa4ba7829fb294254497aec7c6 (patch) | |
tree | 111e0d454c836bc016b68a4a8ecfa7a20092dbbf /keyboards/atreus/keymaps/nojjan/config.h | |
parent | dedffb5f6dcf3519f787692aca69851cb4049708 (diff) |
Keymap: Nojjan atreus (#3822)
* Add support for my Falbatech Atreus
This is currently the default Atreus keyboard layout, but I will
eventually customize it to match my Ergodox layout.
* Address review comments
* More review comments fixed
* More review comments fixed
Diffstat (limited to 'keyboards/atreus/keymaps/nojjan/config.h')
-rw-r--r-- | keyboards/atreus/keymaps/nojjan/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/atreus/keymaps/nojjan/config.h b/keyboards/atreus/keymaps/nojjan/config.h new file mode 100644 index 0000000000..90b7c4a6c6 --- /dev/null +++ b/keyboards/atreus/keymaps/nojjan/config.h @@ -0,0 +1,10 @@ +#pragma once + +#undef MATRIX_ROW_PINS +#undef MATRIX_COL_PINS +#undef UNUSED_PINS + +// Pin configuration for falbatech atreus +#define MATRIX_ROW_PINS { D0, D1, D3, D2 } +#define MATRIX_COL_PINS { D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 } +#define UNUSED_PINS |