diff options
Diffstat (limited to 'keyboards/preonic')
| -rw-r--r-- | keyboards/preonic/preonic.c | 9 | ||||
| -rw-r--r-- | keyboards/preonic/rev1/rev1.c | 8 | ||||
| -rw-r--r-- | keyboards/preonic/rev2/rev2.c | 8 | ||||
| -rw-r--r-- | keyboards/preonic/rev3/rev3.c | 13 | ||||
| -rw-r--r-- | keyboards/preonic/rev3_drop/rev3_drop.c | 13 |
5 files changed, 42 insertions, 9 deletions
diff --git a/keyboards/preonic/preonic.c b/keyboards/preonic/preonic.c index fd2fbd8c77..915806eb28 100644 --- a/keyboards/preonic/preonic.c +++ b/keyboards/preonic/preonic.c | |||
| @@ -1,13 +1,4 @@ | |||
| 1 | #include "quantum.h" | 1 | #include "quantum.h" |
| 2 | #include QMK_KEYBOARD_H | ||
| 3 | |||
| 4 | const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = LAYOUT_preonic_grid( | ||
| 5 | 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, | ||
| 6 | 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, | ||
| 7 | 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, | ||
| 8 | 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, | ||
| 9 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 | ||
| 10 | ); | ||
| 11 | 2 | ||
| 12 | #ifdef ENCODER_ENABLE | 3 | #ifdef ENCODER_ENABLE |
| 13 | bool encoder_update_kb(uint8_t index, bool clockwise) { | 4 | bool encoder_update_kb(uint8_t index, bool clockwise) { |
diff --git a/keyboards/preonic/rev1/rev1.c b/keyboards/preonic/rev1/rev1.c index 2d56f037f4..eed51f2d84 100644 --- a/keyboards/preonic/rev1/rev1.c +++ b/keyboards/preonic/rev1/rev1.c | |||
| @@ -34,3 +34,11 @@ void matrix_init_kb(void) { | |||
| 34 | {{11, 4}, {10, 4}, {9, 4}, {8, 4}, {7, 4}, {6, 4}, {5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}}, | 34 | {{11, 4}, {10, 4}, {9, 4}, {8, 4}, {7, 4}, {6, 4}, {5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}}, |
| 35 | }; | 35 | }; |
| 36 | #endif | 36 | #endif |
| 37 | |||
| 38 | const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = { | ||
| 39 | {48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59}, | ||
| 40 | {36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47}, | ||
| 41 | {24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35}, | ||
| 42 | {12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23}, | ||
| 43 | { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} | ||
| 44 | }; | ||
diff --git a/keyboards/preonic/rev2/rev2.c b/keyboards/preonic/rev2/rev2.c index 2d56f037f4..eed51f2d84 100644 --- a/keyboards/preonic/rev2/rev2.c +++ b/keyboards/preonic/rev2/rev2.c | |||
| @@ -34,3 +34,11 @@ void matrix_init_kb(void) { | |||
| 34 | {{11, 4}, {10, 4}, {9, 4}, {8, 4}, {7, 4}, {6, 4}, {5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}}, | 34 | {{11, 4}, {10, 4}, {9, 4}, {8, 4}, {7, 4}, {6, 4}, {5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}}, |
| 35 | }; | 35 | }; |
| 36 | #endif | 36 | #endif |
| 37 | |||
| 38 | const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = { | ||
| 39 | {48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59}, | ||
| 40 | {36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47}, | ||
| 41 | {24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35}, | ||
| 42 | {12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23}, | ||
| 43 | { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} | ||
| 44 | }; | ||
diff --git a/keyboards/preonic/rev3/rev3.c b/keyboards/preonic/rev3/rev3.c index 5cca62521c..5a751cbba5 100644 --- a/keyboards/preonic/rev3/rev3.c +++ b/keyboards/preonic/rev3/rev3.c | |||
| @@ -62,3 +62,16 @@ const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | |||
| 62 | const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {0}; | 62 | const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {0}; |
| 63 | # endif | 63 | # endif |
| 64 | #endif | 64 | #endif |
| 65 | |||
| 66 | const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = { | ||
| 67 | {48, 49, 50, 51, 52, 53}, | ||
| 68 | {36, 37, 38, 39, 40, 41}, | ||
| 69 | {24, 25, 26, 27, 28, 29}, | ||
| 70 | {12, 13, 14, 15, 16, 17}, | ||
| 71 | {54, 55, 56, 57, 58, 59}, | ||
| 72 | {42, 43, 44, 45, 46, 47}, | ||
| 73 | {30, 31, 32, 33, 34, 35}, | ||
| 74 | {18, 19, 20, 21, 22, 23}, | ||
| 75 | { 0, 1, 2, 9, 10, 11}, | ||
| 76 | { 6, 7, 8, 3, 4, 5} | ||
| 77 | }; | ||
diff --git a/keyboards/preonic/rev3_drop/rev3_drop.c b/keyboards/preonic/rev3_drop/rev3_drop.c index 5cca62521c..5a751cbba5 100644 --- a/keyboards/preonic/rev3_drop/rev3_drop.c +++ b/keyboards/preonic/rev3_drop/rev3_drop.c | |||
| @@ -62,3 +62,16 @@ const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | |||
| 62 | const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {0}; | 62 | const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = {0}; |
| 63 | # endif | 63 | # endif |
| 64 | #endif | 64 | #endif |
| 65 | |||
| 66 | const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = { | ||
| 67 | {48, 49, 50, 51, 52, 53}, | ||
| 68 | {36, 37, 38, 39, 40, 41}, | ||
| 69 | {24, 25, 26, 27, 28, 29}, | ||
| 70 | {12, 13, 14, 15, 16, 17}, | ||
| 71 | {54, 55, 56, 57, 58, 59}, | ||
| 72 | {42, 43, 44, 45, 46, 47}, | ||
| 73 | {30, 31, 32, 33, 34, 35}, | ||
| 74 | {18, 19, 20, 21, 22, 23}, | ||
| 75 | { 0, 1, 2, 9, 10, 11}, | ||
| 76 | { 6, 7, 8, 3, 4, 5} | ||
| 77 | }; | ||
