[Keymap] Drashna's Defaults cleanup (#13722)

This commit is contained in:
Drashna Jaelre
2021-07-26 17:59:49 -07:00
committed by GitHub
parent 368efb5d2b
commit eb46c954dc
50 changed files with 986 additions and 1389 deletions

View File

@@ -32,4 +32,8 @@ const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
{{5, 3}, {4, 3}, {3, 3}, {2, 3}, {1, 3}, {0, 3}},
{{5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}},
{{5, 5}, {4, 5}, {3, 5}, {2, 5}, {1, 5}, {0, 5}}};
# ifdef ENCODER_MAP_ENABLE
const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {1, 0};
# endif
#endif