diff --git a/keyboards/tweetydabird/chameleon/config.h b/keyboards/tweetydabird/chameleon/config.h new file mode 100644 index 00000000000..c3de581f051 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/config.h @@ -0,0 +1,22 @@ +// Copyright 2023 Markus Knutsson (@TweetyDaBird) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT + +#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral \ No newline at end of file diff --git a/keyboards/tweetydabird/chameleon/info.json b/keyboards/tweetydabird/chameleon/info.json new file mode 100644 index 00000000000..5eb08e39175 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/info.json @@ -0,0 +1,123 @@ +{ + "manufacturer": "Tweetys Wild Thinking", + "keyboard_name": "Chameleon (Vial)", + "maintainer": "TweetyDaBird", + "bootloader": "rp2040", + "bootmagic": { + "matrix": [0, 0] + }, + "diode_direction": "COL2ROW", + "encoder": { + "rotary": [ + {"pin_a": "GP18", "pin_b": "GP19", "resolution": 2}, + {"pin_a": "GP27", "pin_b": "GP0", "resolution": 2}, + {"pin_a": "GP16", "pin_b": "GP17", "resolution": 2}, + {"pin_a": "GP9", "pin_b": "GP10", "resolution": 2} + ] + }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true, + "encoder": true, + "rgblight": true, + "tri_layer": true + }, + "matrix_pins": { + "cols": ["GP15", "GP14", "GP6", "GP5", "GP4", "GP3"], + "rows": ["GP29", "GP22", "GP21", "GP24", "GP13", "GP1", "GP11", "GP2", "GP12", "GP8"] + }, + "processor": "RP2040", + "rgblight": { + "led_count": 8, + "sleep": true, + "layers": { + "enabled": true + }, + "animations": { + "alternating": true, + "breathing": true, + "rainbow_mood": true + } + }, + "ws2812": { + "driver": "vendor", + "pin": "GP20" + }, + "url": "https://lectronz.com/stores/tweetys-wild-thinking", + "usb": { + "device_version": "1.0.0", + "pid": "0x23B0", + "vid": "0xFEED", + "force_nkro": true + }, + "layouts": { + "LAYOUT_ortho_5x12": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0}, + {"matrix": [0, 4], "x": 4, "y": 0}, + {"matrix": [0, 5], "x": 5, "y": 0}, + {"matrix": [1, 5], "x": 6, "y": 0}, + {"matrix": [1, 4], "x": 7, "y": 0}, + {"matrix": [1, 3], "x": 8, "y": 0}, + {"matrix": [1, 2], "x": 9, "y": 0}, + {"matrix": [1, 1], "x": 10, "y": 0}, + {"matrix": [1, 0], "x": 11, "y": 0}, + {"matrix": [2, 0], "x": 0, "y": 1}, + {"matrix": [2, 1], "x": 1, "y": 1}, + {"matrix": [2, 2], "x": 2, "y": 1}, + {"matrix": [2, 3], "x": 3, "y": 1}, + {"matrix": [2, 4], "x": 4, "y": 1}, + {"matrix": [2, 5], "x": 5, "y": 1}, + {"matrix": [3, 5], "x": 6, "y": 1}, + {"matrix": [3, 4], "x": 7, "y": 1}, + {"matrix": [3, 3], "x": 8, "y": 1}, + {"matrix": [3, 2], "x": 9, "y": 1}, + {"matrix": [3, 1], "x": 10, "y": 1}, + {"matrix": [3, 0], "x": 11, "y": 1}, + {"matrix": [4, 0], "x": 0, "y": 2}, + {"matrix": [4, 1], "x": 1, "y": 2}, + {"matrix": [4, 2], "x": 2, "y": 2}, + {"matrix": [4, 3], "x": 3, "y": 2}, + {"matrix": [4, 4], "x": 4, "y": 2}, + {"matrix": [4, 5], "x": 5, "y": 2}, + {"matrix": [5, 5], "x": 6, "y": 2}, + {"matrix": [5, 4], "x": 7, "y": 2}, + {"matrix": [5, 3], "x": 8, "y": 2}, + {"matrix": [5, 2], "x": 9, "y": 2}, + {"matrix": [5, 1], "x": 10, "y": 2}, + {"matrix": [5, 0], "x": 11, "y": 2}, + {"matrix": [6, 0], "x": 0, "y": 3}, + {"matrix": [6, 1], "x": 1, "y": 3}, + {"matrix": [6, 2], "x": 2, "y": 3}, + {"matrix": [6, 3], "x": 3, "y": 3}, + {"matrix": [6, 4], "x": 4, "y": 3}, + {"matrix": [6, 5], "x": 5, "y": 3}, + {"matrix": [7, 5], "x": 6, "y": 3}, + {"matrix": [7, 4], "x": 7, "y": 3}, + {"matrix": [7, 3], "x": 8, "y": 3}, + {"matrix": [7, 2], "x": 9, "y": 3}, + {"matrix": [7, 1], "x": 10, "y": 3}, + {"matrix": [7, 0], "x": 11, "y": 3}, + {"matrix": [8, 0], "x": 0, "y": 4}, + {"matrix": [8, 1], "x": 1, "y": 4}, + {"matrix": [8, 2], "x": 2, "y": 4}, + {"matrix": [8, 3], "x": 3, "y": 4}, + {"matrix": [8, 4], "x": 4, "y": 4}, + {"matrix": [8, 5], "x": 5, "y": 4}, + {"matrix": [9, 5], "x": 6, "y": 4}, + {"matrix": [9, 4], "x": 7, "y": 4}, + {"matrix": [9, 3], "x": 8, "y": 4}, + {"matrix": [9, 2], "x": 9, "y": 4}, + {"matrix": [9, 1], "x": 10, "y": 4}, + {"matrix": [9, 0], "x": 11, "y": 4} + ] + } + } +} diff --git a/keyboards/tweetydabird/chameleon/keymaps/default/keymap.c b/keyboards/tweetydabird/chameleon/keymaps/default/keymap.c new file mode 100644 index 00000000000..ab2261a4fbc --- /dev/null +++ b/keyboards/tweetydabird/chameleon/keymaps/default/keymap.c @@ -0,0 +1,57 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + /* + * ┌──────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐ + * │ A │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ Del │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ Bksp│ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Esc │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Shft │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Ent │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ AltGr│ CTRL│ ALT │ Win │ ⇓ │Space│Space│ ⇑ │ ← │ ↓ │ ↑ │ → │ + * └──────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘ + */ + [0] = LAYOUT_ortho_5x12( + KC_A, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL, + KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, + KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, + KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, + KC_RALT, KC_LCTL, KC_LALT, KC_LGUI, TG(1), KC_SPC, KC_SPC, TG(2), KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT + ), + [1] = LAYOUT_ortho_5x12( + _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ), + [2] = LAYOUT_ortho_5x12( + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ), + [3] = LAYOUT_ortho_5x12( + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, RGB_TOG, RGB_MOD, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ) +}; + +#if defined(ENCODER_MAP_ENABLE) +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { + [0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [2] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [3] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) } +}; +#endif diff --git a/keyboards/tweetydabird/chameleon/keymaps/vial/config.h b/keyboards/tweetydabird/chameleon/keymaps/vial/config.h new file mode 100644 index 00000000000..4563fa6e30a --- /dev/null +++ b/keyboards/tweetydabird/chameleon/keymaps/vial/config.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#pragma once + +#define VIAL_KEYBOARD_UID {0x40, 0x13, 0xA0, 0xCD, 0x14, 0x2B, 0xB5, 0xB0} + +#define VIAL_UNLOCK_COMBO_ROWS { 2, 3 } +#define VIAL_UNLOCK_COMBO_COLS { 0, 0 } + +#define DYNAMIC_KEYMAP_LAYER_COUNT 5 +#define DYNAMIC_KEYMAP_COMBO_COUNT 2 +#define DYNAMIC_KEYMAP_MACRO_COUNT 2 +#define VIAL_TAP_DANCE_ENTRIES 4 +#define VIAL_COMBO_ENTRIES 4 \ No newline at end of file diff --git a/keyboards/tweetydabird/chameleon/keymaps/vial/keymap.c b/keyboards/tweetydabird/chameleon/keymaps/vial/keymap.c new file mode 100644 index 00000000000..ab2261a4fbc --- /dev/null +++ b/keyboards/tweetydabird/chameleon/keymaps/vial/keymap.c @@ -0,0 +1,57 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + /* + * ┌──────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐ + * │ A │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ Del │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ Bksp│ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Esc │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ Shft │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Ent │ + * ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ + * │ AltGr│ CTRL│ ALT │ Win │ ⇓ │Space│Space│ ⇑ │ ← │ ↓ │ ↑ │ → │ + * └──────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘ + */ + [0] = LAYOUT_ortho_5x12( + KC_A, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL, + KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, + KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, + KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, + KC_RALT, KC_LCTL, KC_LALT, KC_LGUI, TG(1), KC_SPC, KC_SPC, TG(2), KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT + ), + [1] = LAYOUT_ortho_5x12( + _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ), + [2] = LAYOUT_ortho_5x12( + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ), + [3] = LAYOUT_ortho_5x12( + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, RGB_TOG, RGB_MOD, _______, _______, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ + ) +}; + +#if defined(ENCODER_MAP_ENABLE) +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { + [0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [2] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [3] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) } +}; +#endif diff --git a/keyboards/tweetydabird/chameleon/keymaps/vial/rules.mk b/keyboards/tweetydabird/chameleon/keymaps/vial/rules.mk new file mode 100644 index 00000000000..fc5b564b065 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/keymaps/vial/rules.mk @@ -0,0 +1,8 @@ +VIA_ENABLE = yes +VIAL_ENABLE = yes + +QMK_SETTINGS = yes +TAP_DANCE_ENABLE = yes +COMBO_ENABLE = yes +KEY_OVERRIDE_ENABLE = yes +DYNAMIC_MACRO_ENABLE = yes \ No newline at end of file diff --git a/keyboards/tweetydabird/chameleon/keymaps/vial/vial.json b/keyboards/tweetydabird/chameleon/keymaps/vial/vial.json new file mode 100644 index 00000000000..38c2b9f800f --- /dev/null +++ b/keyboards/tweetydabird/chameleon/keymaps/vial/vial.json @@ -0,0 +1,648 @@ +{ + "lighting": "qmk_rgblight", + "matrix": { + "rows": 10, + "cols": 6 + }, + "layouts": { + "labels":[ + [ + "Layout", + "4x12 Matrix", + "4x12 Center 2u", + "4x12 Left 2u", + "4x12 Right 2u", + "4x12 Dual 2u", + "5x12 Matrix", + "5x12 Center 2u", + "5x12 Left 2u", + "5x12 Right 2u", + "5x12 Dual 2u" + + ], + "Encoder Top Left", + "Encoder Top Right", + "Encoder Bottom Left", + "Encoder Bottom Right" + ], + "keymap": +[ + [ + { + "d": true + }, + "0,1\n\n\n1,0\n\n\n\n\n\ne", + { + "d": true + }, + "0,0\n\n\n1,0\n\n\n\n\n\ne", + "0,0", + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "1,5", + "1,4", + "1,3", + "1,2", + "1,1", + "1,0", + { + "d": true + }, + "1,1\n\n\n2,0\n\n\n\n\n\ne", + { + "d": true + }, + "1,0\n\n\n2,0\n\n\n\n\n\ne" + ], + [ + "0,1\n\n\n1,1\n\n\n\n\n\ne", + "0,0\n\n\n1,1\n\n\n\n\n\ne", + "2,0", + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "3,5", + "3,4", + "3,3", + "3,2", + "3,1", + "3,0", + "1,1\n\n\n2,1\n\n\n\n\n\ne", + "1,0\n\n\n2,1\n\n\n\n\n\ne" + ], + [ + { + "x": 2 + }, + "4,0", + "4,1", + "4,2", + "4,3", + "4,4", + "4,5", + "5,5", + "5,4", + "5,3", + "5,2", + "5,1", + "5,0" + ], + [ + { + "d": true + }, + "2,1\n\n\n3,0\n\n\n\n\n\ne", + { + "d": true + }, + "2,0\n\n\n3,0\n\n\n\n\n\ne", + "6,0\n\n\n0,0", + "6,1\n\n\n0,0", + "6,2\n\n\n0,0", + "6,3\n\n\n0,0", + "6,4\n\n\n0,0", + "6,5\n\n\n0,0", + "7,5\n\n\n0,0", + "7,4\n\n\n0,0", + "7,3\n\n\n0,0", + "7,2\n\n\n0,0", + "7,1\n\n\n0,0", + "7,0\n\n\n0,0", + { + "d": true + }, + "3,1\n\n\n4,0\n\n\n\n\n\ne", + { + "d": true + }, + "3,0\n\n\n4,0\n\n\n\n\n\ne" + ], + [ + "2,1\n\n\n3,1\n\n\n\n\n\ne", + "2,0\n\n\n3,1\n\n\n\n\n\ne", + { + "d": true + }, + "8,0\n\n\n0,0", + { + "d": true + }, + "8,1\n\n\n0,0", + { + "d": true + }, + "8,2\n\n\n0,0", + { + "d": true + }, + "8,3\n\n\n0,0", + { + "d": true + }, + "8,4\n\n\n0,0", + { + "d": true + }, + "8,5\n\n\n0,0", + { + "d": true + }, + "9,5\n\n\n0,0", + { + "d": true + }, + "9,4\n\n\n0,0", + { + "d": true + }, + "9,3\n\n\n0,0", + { + "d": true + }, + "9,2\n\n\n0,0", + { + "d": true + }, + "9,1\n\n\n0,0", + { + "d": true + }, + "9,0\n\n\n0,0", + "3,1\n\n\n4,1\n\n\n\n\n\ne", + "3,0\n\n\n4,1\n\n\n\n\n\ne" + ], + [ + { + "y": 0.75, + "x": 2 + }, + "6,0\n\n\n0,1", + "6,1\n\n\n0,1", + "6,2\n\n\n0,1", + "6,3\n\n\n0,1", + "6,4\n\n\n0,1", + { + "w": 2 + }, + "6,5\n\n\n0,1", + "7,4\n\n\n0,1", + "7,3\n\n\n0,1", + "7,2\n\n\n0,1", + "7,1\n\n\n0,1", + "7,0\n\n\n0,1" + ], + [ + { + "x": 2, + "d": true + }, + "8,0\n\n\n0,1", + { + "d": true + }, + "8,1\n\n\n0,1", + { + "d": true + }, + "8,2\n\n\n0,1", + { + "d": true + }, + "8,3\n\n\n0,1", + { + "d": true + }, + "8,4\n\n\n0,1", + { + "d": true + }, + "8,5\n\n\n0,1", + { + "d": true + }, + "9,5\n\n\n0,1", + { + "d": true + }, + "9,4\n\n\n0,1", + { + "d": true + }, + "9,3\n\n\n0,1", + { + "d": true + }, + "9,2\n\n\n0,1", + { + "d": true + }, + "9,1\n\n\n0,1", + { + "d": true + }, + "9,0\n\n\n0,1" + ], + [ + { + "x": 2 + }, + "6,0\n\n\n0,2", + "6,1\n\n\n0,2", + "6,2\n\n\n0,2", + "6,3\n\n\n0,2", + { + "w": 2 + }, + "6,4\n\n\n0,2", + "7,5\n\n\n0,2", + "7,4\n\n\n0,2", + "7,3\n\n\n0,2", + "7,2\n\n\n0,2", + "7,1\n\n\n0,2", + "7,0\n\n\n0,2" + ], + [ + { + "x": 2, + "d": true + }, + "8,0\n\n\n0,2", + { + "d": true + }, + "8,1\n\n\n0,2", + { + "d": true + }, + "8,2\n\n\n0,2", + { + "d": true + }, + "8,3\n\n\n0,2", + { + "d": true + }, + "8,4\n\n\n0,2", + { + "d": true + }, + "8,5\n\n\n0,2", + { + "d": true + }, + "9,5\n\n\n0,2", + { + "d": true + }, + "9,4\n\n\n0,2", + { + "d": true + }, + "9,3\n\n\n0,2", + { + "d": true + }, + "9,2\n\n\n0,2", + { + "d": true + }, + "9,1\n\n\n0,2", + { + "d": true + }, + "9,0\n\n\n0,2" + ], + [ + { + "x": 2 + }, + "6,0\n\n\n0,3", + "6,1\n\n\n0,3", + "6,2\n\n\n0,3", + "6,3\n\n\n0,3", + "6,4\n\n\n0,3", + "6,5\n\n\n0,3", + { + "w": 2 + }, + "7,5\n\n\n0,3", + "7,3\n\n\n0,3", + "7,2\n\n\n0,3", + "7,1\n\n\n0,3", + "7,0\n\n\n0,3" + ], + [ + { + "x": 2, + "d": true + }, + "8,0\n\n\n0,3", + { + "d": true + }, + "8,1\n\n\n0,3", + { + "d": true + }, + "8,2\n\n\n0,3", + { + "d": true + }, + "8,3\n\n\n0,3", + { + "d": true + }, + "8,4\n\n\n0,3", + { + "d": true + }, + "8,5\n\n\n0,3", + { + "d": true + }, + "9,5\n\n\n0,3", + { + "d": true + }, + "9,4\n\n\n0,3", + { + "d": true + }, + "9,3\n\n\n0,3", + { + "d": true + }, + "9,2\n\n\n0,3", + { + "d": true + }, + "9,1\n\n\n0,3", + { + "d": true + }, + "9,0\n\n\n0,3" + ], + [ + { + "x": 2 + }, + "6,0\n\n\n0,4", + "6,1\n\n\n0,4", + "6,2\n\n\n0,4", + "6,3\n\n\n0,4", + { + "w": 2 + }, + "6,4\n\n\n0,4", + { + "w": 2 + }, + "7,5\n\n\n0,4", + "7,3\n\n\n0,4", + "7,2\n\n\n0,4", + "7,1\n\n\n0,4", + "7,0\n\n\n0,4" + ], + [ + { + "x": 2, + "d": true + }, + "8,0\n\n\n0,4", + { + "d": true + }, + "8,1\n\n\n0,4", + { + "d": true + }, + "8,2\n\n\n0,4", + { + "d": true + }, + "8,3\n\n\n0,4", + { + "d": true + }, + "8,4\n\n\n0,4", + { + "d": true + }, + "8,5\n\n\n0,4", + { + "d": true + }, + "9,5\n\n\n0,4", + { + "d": true + }, + "9,4\n\n\n0,4", + { + "d": true + }, + "9,3\n\n\n0,4", + { + "d": true + }, + "9,2\n\n\n0,4", + { + "d": true + }, + "9,1\n\n\n0,4", + { + "d": true + }, + "9,0\n\n\n0,4" + ], + [ + { + "x": 2 + }, + "6,0\n\n\n0,5", + "6,1\n\n\n0,5", + "6,2\n\n\n0,5", + "6,3\n\n\n0,5", + "6,4\n\n\n0,5", + "6,5\n\n\n0,5", + "7,5\n\n\n0,5", + "7,4\n\n\n0,5", + "7,3\n\n\n0,5", + "7,2\n\n\n0,5", + "7,1\n\n\n0,5", + "7,0\n\n\n0,5" + ], + [ + { + "x": 2 + }, + "8,0\n\n\n0,5", + "8,1\n\n\n0,5", + "8,2\n\n\n0,5", + "8,3\n\n\n0,5", + "8,4\n\n\n0,5", + "8,5\n\n\n0,5", + "9,5\n\n\n0,5", + "9,4\n\n\n0,5", + "9,3\n\n\n0,5", + "9,2\n\n\n0,5", + "9,1\n\n\n0,5", + "9,0\n\n\n0,5" + ], + [ + { + "y": 0.25, + "x": 2 + }, + "6,0\n\n\n0,6", + "6,1\n\n\n0,6", + "6,2\n\n\n0,6", + "6,3\n\n\n0,6", + "6,4\n\n\n0,6", + "6,5\n\n\n0,6", + "7,5\n\n\n0,6", + "7,4\n\n\n0,6", + "7,3\n\n\n0,6", + "7,2\n\n\n0,6", + "7,1\n\n\n0,6", + "7,0\n\n\n0,6" + ], + [ + { + "x": 2 + }, + "8,0\n\n\n0,6", + "8,1\n\n\n0,6", + "8,2\n\n\n0,6", + "8,3\n\n\n0,6", + "8,4\n\n\n0,6", + { + "w": 2 + }, + "8,5\n\n\n0,6", + "9,4\n\n\n0,6", + "9,3\n\n\n0,6", + "9,2\n\n\n0,6", + "9,1\n\n\n0,6", + "9,0\n\n\n0,6" + ], + [ + { + "y": 0.25, + "x": 2 + }, + "6,0\n\n\n0,7", + "6,1\n\n\n0,7", + "6,2\n\n\n0,7", + "6,3\n\n\n0,7", + "6,4\n\n\n0,7", + "6,5\n\n\n0,7", + "7,5\n\n\n0,7", + "7,4\n\n\n0,7", + "7,3\n\n\n0,7", + "7,2\n\n\n0,7", + "7,1\n\n\n0,7", + "7,0\n\n\n0,7" + ], + [ + { + "x": 2 + }, + "8,0\n\n\n0,7", + "8,1\n\n\n0,7", + "8,2\n\n\n0,7", + "8,3\n\n\n0,7", + { + "w": 2 + }, + "8,4\n\n\n0,7", + "9,5\n\n\n0,7", + "9,4\n\n\n0,7", + "9,3\n\n\n0,7", + "9,2\n\n\n0,7", + "9,1\n\n\n0,7", + "9,0\n\n\n0,7" + ], + [ + { + "y": 0.25, + "x": 2 + }, + "6,0\n\n\n0,8", + "6,1\n\n\n0,8", + "6,2\n\n\n0,8", + "6,3\n\n\n0,8", + "6,4\n\n\n0,8", + "6,5\n\n\n0,8", + "7,5\n\n\n0,8", + "7,4\n\n\n0,8", + "7,3\n\n\n0,8", + "7,2\n\n\n0,8", + "7,1\n\n\n0,8", + "7,0\n\n\n0,8" + ], + [ + { + "x": 2 + }, + "8,0\n\n\n0,8", + "8,1\n\n\n0,8", + "8,2\n\n\n0,8", + "8,3\n\n\n0,8", + "8,4\n\n\n0,8", + "8,5\n\n\n0,8", + { + "w": 2 + }, + "9,5\n\n\n0,8", + "9,3\n\n\n0,8", + "9,2\n\n\n0,8", + "9,1\n\n\n0,8", + "9,0\n\n\n0,8" + ], + [ + { + "y": 0.25, + "x": 2 + }, + "6,0\n\n\n0,9", + "6,1\n\n\n0,9", + "6,2\n\n\n0,9", + "6,3\n\n\n0,9", + "6,4\n\n\n0,9", + "6,5\n\n\n0,9", + "7,5\n\n\n0,9", + "7,4\n\n\n0,9", + "7,3\n\n\n0,9", + "7,2\n\n\n0,9", + "7,1\n\n\n0,9", + "7,0\n\n\n0,9" + ], + [ + { + "x": 2 + }, + "8,0\n\n\n0,9", + "8,1\n\n\n0,9", + "8,2\n\n\n0,9", + "8,3\n\n\n0,9", + { + "w": 2 + }, + "8,4\n\n\n0,9", + { + "w": 2 + }, + "9,5\n\n\n0,9", + "9,3\n\n\n0,9", + "9,2\n\n\n0,9", + "9,1\n\n\n0,9", + "9,0\n\n\n0,9" + ] +] + } +} diff --git a/keyboards/tweetydabird/chameleon/readme.md b/keyboards/tweetydabird/chameleon/readme.md new file mode 100644 index 00000000000..357b243b0e1 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/readme.md @@ -0,0 +1,28 @@ +# Chameleon + +![chameleon](imgur.com image replace me!) + +* Chameleon is a 46-60 Key Grid Ortho Keyboard with optional 5x12 or 4x12 layouts * + +* Keyboard Maintainer: [TweetyDaBird](https://github.com/TweetyDaBird) +* Hardware Supported: *The PCBs, controllers supported* +* Hardware Availability: [Lectronz Store](https://lectronz.com/stores/tweetys-wild-thinking) +* Hardware Design: [GitHub](https://github.com/TweetyDaBird/Chameleon) + +Make example for this keyboard (after setting up your build environment): + + make tweetydabird/chameleon:default + +Flashing example for this keyboard: + + make tweetydabird/chameleon:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (top left) and plug in the keyboard +* **Physical reset/boot buttons**: Hold the 'BOOT' button and briefly press 'RESET' on the back of the PCB +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if available on your keymap diff --git a/keyboards/tweetydabird/chameleon/rules.mk b/keyboards/tweetydabird/chameleon/rules.mk new file mode 100644 index 00000000000..6e7633bfe01 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/rules.mk @@ -0,0 +1 @@ +# This file intentionally left blank