diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/40percentclub/5x5/info.json | 2 | ||||
| -rw-r--r-- | keyboards/40percentclub/6lit/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/40percentclub/sixpack/config.h | 7 | ||||
| -rw-r--r-- | keyboards/40percentclub/sixpack/info.json | 2 | ||||
| -rw-r--r-- | keyboards/40percentclub/sixpack/keymaps/via/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/40percentclub/sixpack/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/boardsource/holiday/spooky/keymaps/default/keymap.c | 3 | ||||
| -rw-r--r-- | keyboards/boardsource/holiday/spooky/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x3/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x3/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x4/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x5/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/sixkeyboard/info.json | 2 | ||||
| -rw-r--r-- | keyboards/sixkeyboard/keymaps/default/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/sixkeyboard/keymaps/via/keymap.c | 8 | ||||
| -rw-r--r-- | keyboards/sixkeyboard/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/sixkeyboard/sixkeyboard.h | 2 |
17 files changed, 34 insertions, 18 deletions
diff --git a/keyboards/40percentclub/5x5/info.json b/keyboards/40percentclub/5x5/info.json index 1c1df8eda..1e7bac7a6 100644 --- a/keyboards/40percentclub/5x5/info.json +++ b/keyboards/40percentclub/5x5/info.json | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "40percent.club 4x4", | 2 | "keyboard_name": "40percent.club 5x5", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "height": 4, | 5 | "height": 4, |
diff --git a/keyboards/40percentclub/6lit/rules.mk b/keyboards/40percentclub/6lit/rules.mk index 8d32d2c3f..7ff281ecc 100644 --- a/keyboards/40percentclub/6lit/rules.mk +++ b/keyboards/40percentclub/6lit/rules.mk | |||
| @@ -32,3 +32,5 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
| 32 | 32 | ||
| 33 | # Enable generic behavior for split boards | 33 | # Enable generic behavior for split boards |
| 34 | SPLIT_KEYBOARD = yes | 34 | SPLIT_KEYBOARD = yes |
| 35 | |||
| 36 | LAYOUTS = ortho_2x3 ortho_2x6 | ||
diff --git a/keyboards/40percentclub/sixpack/config.h b/keyboards/40percentclub/sixpack/config.h index db91ca7b8..2ec676018 100644 --- a/keyboards/40percentclub/sixpack/config.h +++ b/keyboards/40percentclub/sixpack/config.h | |||
| @@ -40,8 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 40 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | 40 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) |
| 41 | * | 41 | * |
| 42 | */ | 42 | */ |
| 43 | // #define MATRIX_ROW_PINS { B0 } // B0 equivalents the ground pin | ||
| 44 | // #define MATRIX_COL_PINS { E6, D7, C6, D4 } | ||
| 45 | #define DIRECT_PINS { \ | 43 | #define DIRECT_PINS { \ |
| 46 | { D4, C6, D7 }, \ | 44 | { D4, C6, D7 }, \ |
| 47 | { E6, B4, B5 } \ | 45 | { E6, B4, B5 } \ |
| @@ -56,6 +54,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | #define BACKLIGHT_LEVELS 6 | 54 | #define BACKLIGHT_LEVELS 6 |
| 57 | #define BACKLIGHT_PINS { F4, F5 } // Top Row, Bottom Row | 55 | #define BACKLIGHT_PINS { F4, F5 } // Top Row, Bottom Row |
| 58 | 56 | ||
| 57 | /* LED Indicators */ | ||
| 58 | #define LED_PIN_ON_STATE 0 | ||
| 59 | #define LED_CAPS_LOCK_PIN B0 // RX Led | ||
| 60 | #define LED_NUM_LOCK_PIN D5 // TX Led | ||
| 61 | |||
| 59 | // #define RGB_DI_PIN B1 // PB1 on expansion connector | 62 | // #define RGB_DI_PIN B1 // PB1 on expansion connector |
| 60 | // #ifdef RGB_DI_PIN | 63 | // #ifdef RGB_DI_PIN |
| 61 | // #define RGBLED_NUM 16 | 64 | // #define RGBLED_NUM 16 |
diff --git a/keyboards/40percentclub/sixpack/info.json b/keyboards/40percentclub/sixpack/info.json index 3c78e26fb..0d85f0925 100644 --- a/keyboards/40percentclub/sixpack/info.json +++ b/keyboards/40percentclub/sixpack/info.json | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "sixpack", | 2 | "keyboard_name": "Six Pack", |
| 3 | "url": "https://www.40percent.club/2017/05/six-pack-11.html", | 3 | "url": "https://www.40percent.club/2017/05/six-pack-11.html", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "width": 3, | 5 | "width": 3, |
diff --git a/keyboards/40percentclub/sixpack/keymaps/via/keymap.c b/keyboards/40percentclub/sixpack/keymaps/via/keymap.c index f3268a22a..e2eaaa1d0 100644 --- a/keyboards/40percentclub/sixpack/keymaps/via/keymap.c +++ b/keyboards/40percentclub/sixpack/keymaps/via/keymap.c | |||
| @@ -33,9 +33,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 33 | KC_TRNS, KC_TRNS, KC_TRNS), | 33 | KC_TRNS, KC_TRNS, KC_TRNS), |
| 34 | [3] = LAYOUT_ortho_2x3(KC_TRNS, KC_TRNS, KC_TRNS, | 34 | [3] = LAYOUT_ortho_2x3(KC_TRNS, KC_TRNS, KC_TRNS, |
| 35 | KC_TRNS, KC_TRNS, KC_TRNS), | 35 | KC_TRNS, KC_TRNS, KC_TRNS), |
| 36 | [4] = LAYOUT_ortho_2x3(KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 37 | KC_TRNS, KC_TRNS, KC_TRNS), | ||
| 38 | [5] = LAYOUT_ortho_2x3(KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 39 | KC_TRNS, KC_TRNS, KC_TRNS), | ||
| 40 | 36 | ||
| 41 | }; | 37 | }; |
diff --git a/keyboards/40percentclub/sixpack/rules.mk b/keyboards/40percentclub/sixpack/rules.mk index 9d7d9a2cf..84e3ea5ea 100644 --- a/keyboards/40percentclub/sixpack/rules.mk +++ b/keyboards/40percentclub/sixpack/rules.mk | |||
| @@ -20,3 +20,5 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | |||
| 24 | LAYOUTS = ortho_2x3 | ||
diff --git a/keyboards/boardsource/holiday/spooky/keymaps/default/keymap.c b/keyboards/boardsource/holiday/spooky/keymaps/default/keymap.c index b4fcfc1bc..63fbb1b94 100644 --- a/keyboards/boardsource/holiday/spooky/keymaps/default/keymap.c +++ b/keyboards/boardsource/holiday/spooky/keymaps/default/keymap.c | |||
| @@ -24,7 +24,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 24 | /* Base */ | 24 | /* Base */ |
| 25 | [_BASE] = LAYOUT_ortho_2x3( | 25 | [_BASE] = LAYOUT_ortho_2x3( |
| 26 | KC_F1, KC_F2, KC_F3, | 26 | KC_F1, KC_F2, KC_F3, |
| 27 | KC_F4, KC_F5,KC_F6 | 27 | KC_F4, KC_F5, KC_F6 |
| 28 | ), | 28 | ), |
| 29 | }; | 29 | }; |
| 30 | |||
diff --git a/keyboards/boardsource/holiday/spooky/rules.mk b/keyboards/boardsource/holiday/spooky/rules.mk index d23e95512..2fd07c241 100644 --- a/keyboards/boardsource/holiday/spooky/rules.mk +++ b/keyboards/boardsource/holiday/spooky/rules.mk | |||
| @@ -20,3 +20,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | |||
| 24 | LAYOUTS = ortho_2x3 | ||
diff --git a/keyboards/handwired/stream_cheap/2x3/readme.md b/keyboards/handwired/stream_cheap/2x3/readme.md new file mode 100644 index 000000000..69ce022f6 --- /dev/null +++ b/keyboards/handwired/stream_cheap/2x3/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # Stream Cheap | ||
| 2 | |||
| 3 | An ortholinear macropad, 2x3 configuration. | ||
diff --git a/keyboards/handwired/stream_cheap/2x3/rules.mk b/keyboards/handwired/stream_cheap/2x3/rules.mk index e4ffb10d0..2d79fa435 100644 --- a/keyboards/handwired/stream_cheap/2x3/rules.mk +++ b/keyboards/handwired/stream_cheap/2x3/rules.mk | |||
| @@ -20,3 +20,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | |||
| 24 | LAYOUTS = ortho_2x3 | ||
diff --git a/keyboards/handwired/stream_cheap/2x4/readme.md b/keyboards/handwired/stream_cheap/2x4/readme.md new file mode 100644 index 000000000..d15fcaeaf --- /dev/null +++ b/keyboards/handwired/stream_cheap/2x4/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # Stream Cheap | ||
| 2 | |||
| 3 | An ortholinear macropad, 2x4 configuration. | ||
diff --git a/keyboards/handwired/stream_cheap/2x5/readme.md b/keyboards/handwired/stream_cheap/2x5/readme.md new file mode 100644 index 000000000..99aab61e4 --- /dev/null +++ b/keyboards/handwired/stream_cheap/2x5/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # Stream Cheap | ||
| 2 | |||
| 3 | An ortholinear macropad, 2x5 configuration. | ||
diff --git a/keyboards/sixkeyboard/info.json b/keyboards/sixkeyboard/info.json index 55239fc6c..17815afa1 100644 --- a/keyboards/sixkeyboard/info.json +++ b/keyboards/sixkeyboard/info.json | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | "width": 3, | 5 | "width": 3, |
| 6 | "height": 2, | 6 | "height": 2, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT": { | 8 | "LAYOUT_ortho_2x3": { |
| 9 | "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k10", "x":0, "y":1}, {"label":"k11", "x":1, "y":1}, {"label":"k12", "x":2, "y":1}] | 9 | "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k10", "x":0, "y":1}, {"label":"k11", "x":1, "y":1}, {"label":"k12", "x":2, "y":1}] |
| 10 | } | 10 | } |
| 11 | } | 11 | } |
diff --git a/keyboards/sixkeyboard/keymaps/default/keymap.c b/keyboards/sixkeyboard/keymaps/default/keymap.c index 3b39892a9..0c9b51935 100644 --- a/keyboards/sixkeyboard/keymaps/default/keymap.c +++ b/keyboards/sixkeyboard/keymaps/default/keymap.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include "matrix.h" | 3 | #include "matrix.h" |
| 4 | 4 | ||
| 5 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 5 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 6 | [0] = LAYOUT( | 6 | [0] = LAYOUT_ortho_2x3( |
| 7 | KC_A, KC_B, KC_C, \ | 7 | KC_A, KC_B, KC_C, \ |
| 8 | KC_D, KC_E, KC_F \ | 8 | KC_D, KC_E, KC_F \ |
| 9 | ) | 9 | ) |
diff --git a/keyboards/sixkeyboard/keymaps/via/keymap.c b/keyboards/sixkeyboard/keymaps/via/keymap.c index fed341595..39282b9b5 100644 --- a/keyboards/sixkeyboard/keymaps/via/keymap.c +++ b/keyboards/sixkeyboard/keymaps/via/keymap.c | |||
| @@ -17,22 +17,22 @@ | |||
| 17 | #include QMK_KEYBOARD_H | 17 | #include QMK_KEYBOARD_H |
| 18 | 18 | ||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 20 | [0] = LAYOUT( | 20 | [0] = LAYOUT_ortho_2x3( |
| 21 | KC_A, KC_B, KC_C, | 21 | KC_A, KC_B, KC_C, |
| 22 | KC_D, KC_E, KC_F | 22 | KC_D, KC_E, KC_F |
| 23 | ), | 23 | ), |
| 24 | 24 | ||
| 25 | [1] = LAYOUT( | 25 | [1] = LAYOUT_ortho_2x3( |
| 26 | KC_TRNS, KC_TRNS, KC_TRNS, | 26 | KC_TRNS, KC_TRNS, KC_TRNS, |
| 27 | KC_TRNS, KC_TRNS, KC_TRNS | 27 | KC_TRNS, KC_TRNS, KC_TRNS |
| 28 | ), | 28 | ), |
| 29 | 29 | ||
| 30 | [2] = LAYOUT( | 30 | [2] = LAYOUT_ortho_2x3( |
| 31 | KC_TRNS, KC_TRNS, KC_TRNS, | 31 | KC_TRNS, KC_TRNS, KC_TRNS, |
| 32 | KC_TRNS, KC_TRNS, KC_TRNS | 32 | KC_TRNS, KC_TRNS, KC_TRNS |
| 33 | ), | 33 | ), |
| 34 | 34 | ||
| 35 | [3] = LAYOUT( | 35 | [3] = LAYOUT_ortho_2x3( |
| 36 | KC_TRNS, KC_TRNS, KC_TRNS, | 36 | KC_TRNS, KC_TRNS, KC_TRNS, |
| 37 | KC_TRNS, KC_TRNS, KC_TRNS | 37 | KC_TRNS, KC_TRNS, KC_TRNS |
| 38 | ) | 38 | ) |
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk index 889ea2fd1..0e0239af0 100644 --- a/keyboards/sixkeyboard/rules.mk +++ b/keyboards/sixkeyboard/rules.mk | |||
| @@ -28,4 +28,5 @@ UNICODE_ENABLE = no # Unicode | |||
| 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 29 | CUSTOM_MATRIX = yes | 29 | CUSTOM_MATRIX = yes |
| 30 | 30 | ||
| 31 | SRC = matrix.c | 31 | SRC += matrix.c |
| 32 | LAYOUTS = ortho_2x3 | ||
diff --git a/keyboards/sixkeyboard/sixkeyboard.h b/keyboards/sixkeyboard/sixkeyboard.h index e0eb896ce..353e2a78c 100644 --- a/keyboards/sixkeyboard/sixkeyboard.h +++ b/keyboards/sixkeyboard/sixkeyboard.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | * │ D │ E │ F │ | 22 | * │ D │ E │ F │ |
| 23 | * └───┴───┴───┘ | 23 | * └───┴───┴───┘ |
| 24 | */ | 24 | */ |
| 25 | #define LAYOUT( \ | 25 | #define LAYOUT_ortho_2x3( \ |
| 26 | k00, k01, k02, \ | 26 | k00, k01, k02, \ |
| 27 | k10, k11, k12 \ | 27 | k10, k11, k12 \ |
| 28 | ) { \ | 28 | ) { \ |
