Reformat 40% Ortho boards to work with Layouts feature (#2804)
* Reformat 40% Ortho boards to work with Layouts feature * Fix krusli keymap to compile properly * Fix mt40 compile errors * Fix layouts * fix RGB?
This commit is contained in:
parent
38f204db30
commit
678fae6cce
53 changed files with 317 additions and 618 deletions
|
@ -35,17 +35,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 15
|
||||
|
||||
#define RGB_DI_PIN C0
|
||||
#define RGBLED_NUM 12
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
||||
#define RGBLIGHT_HUE_STEP 12
|
||||
#define RGBLIGHT_SAT_STEP 15
|
||||
#define RGBLIGHT_VAL_STEP 18
|
||||
|
||||
#define NO_UART 1
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
#define RGB_DI_PIN C0
|
||||
#define RGBLED_NUM 12
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue