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
This commit is contained in:
committed by
Drashna Jaelre
parent
dedffb5f6d
commit
8eb674b257
10
keyboards/atreus/keymaps/nojjan/config.h
Normal file
10
keyboards/atreus/keymaps/nojjan/config.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user