diff options
| author | Suschman <Suschman@users.noreply.github.com> | 2021-07-20 02:30:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 17:30:09 -0700 |
| commit | 7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587 (patch) | |
| tree | f94f7ba52479e650a90200095cb21f4e0c1a7846 /keyboards/40percentclub | |
| parent | 046429fa87ab26bd131c262e590aa6cd03dd9f75 (diff) | |
| download | qmk_firmware-7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587.tar.gz qmk_firmware-7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587.zip | |
Six Pack and ortho_ layout updates (#13587)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Suschman <suschman@gmail.com>
Diffstat (limited to 'keyboards/40percentclub')
| -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 |
6 files changed, 11 insertions, 8 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 | ||
