diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/ergosaurus/config.h | 31 | ||||
| -rw-r--r-- | keyboards/ergosaurus/keymaps/default/via/keymap.c | 51 | ||||
| -rw-r--r-- | keyboards/ergosaurus/keymaps/default/via/rules.mk | 2 |
3 files changed, 69 insertions, 15 deletions
diff --git a/keyboards/ergosaurus/config.h b/keyboards/ergosaurus/config.h index 551935413..9731897c6 100644 --- a/keyboards/ergosaurus/config.h +++ b/keyboards/ergosaurus/config.h | |||
| @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
| 23 | #define VENDOR_ID 0xBEEF | 23 | #define VENDOR_ID 0x434B |
| 24 | #define PRODUCT_ID 0xFEED | 24 | #define PRODUCT_ID 0xE590 |
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER reggalicious | 26 | #define MANUFACTURER reggalicious |
| 27 | #define PRODUCT ergosaurus | 27 | #define PRODUCT ergosaurus |
| @@ -58,24 +58,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | // #define BACKLIGHT_BREATHING | 58 | // #define BACKLIGHT_BREATHING |
| 59 | // #define BACKLIGHT_LEVELS 3 | 59 | // #define BACKLIGHT_LEVELS 3 |
| 60 | 60 | ||
| 61 | // #ifdef RGBLIGHT_ENABLE | 61 | #ifdef RGBLIGHT_ENABLE |
| 62 | // #define RGB_DI_PIN B6 | 62 | # define RGB_DI_PIN B6 |
| 63 | // #define RGBLED_NUM 16 | 63 | #define RGBLED_NUM 32 |
| 64 | // #define RGBLIGHT_HUE_STEP 8 | 64 | #define RGBLIGHT_HUE_STEP 8 |
| 65 | // #define RGBLIGHT_SAT_STEP 8 | 65 | #define RGBLIGHT_SAT_STEP 8 |
| 66 | // #define RGBLIGHT_VAL_STEP 8 | 66 | #define RGBLIGHT_VAL_STEP 8 |
| 67 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | 67 | #define RGBLIGHT_LIMIT_VAL 200 /* The maximum brightness level */ |
| 68 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 68 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 69 | // /*== all animations enable ==*/ | 69 | // /*== all animations enable ==*/ |
| 70 | // #define RGBLIGHT_ANIMATIONS | 70 | // #define RGBLIGHT_ANIMATIONS |
| 71 | // /*== or choose animations ==*/ | 71 | // /*== or choose animations ==*/ |
| 72 | // #define RGBLIGHT_EFFECT_BREATHING | 72 | #define RGBLIGHT_EFFECT_BREATHING |
| 73 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD | 73 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
| 74 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | 74 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
| 75 | // #define RGBLIGHT_EFFECT_SNAKE | 75 | // #define RGBLIGHT_EFFECT_SNAKE |
| 76 | // #define RGBLIGHT_EFFECT_KNIGHT | 76 | // #define RGBLIGHT_EFFECT_KNIGHT |
| 77 | // #define RGBLIGHT_EFFECT_CHRISTMAS | 77 | // #define RGBLIGHT_EFFECT_CHRISTMAS |
| 78 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT | 78 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT |
| 79 | // #define RGBLIGHT_EFFECT_RGB_TEST | 79 | // #define RGBLIGHT_EFFECT_RGB_TEST |
| 80 | // #define RGBLIGHT_EFFECT_ALTERNATING | 80 | // #define RGBLIGHT_EFFECT_ALTERNATING |
| 81 | // /*== customize breathing effect ==*/ | 81 | // /*== customize breathing effect ==*/ |
| @@ -84,7 +84,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 84 | // /*==== use exp() and sin() ====*/ | 84 | // /*==== use exp() and sin() ====*/ |
| 85 | // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | 85 | // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 |
| 86 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 86 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 87 | // #endif | 87 | #endif |
| 88 | 88 | ||
| 89 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 89 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 90 | #define DEBOUNCE 5 | 90 | #define DEBOUNCE 5 |
| @@ -198,6 +198,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 198 | * MIDI options | 198 | * MIDI options |
| 199 | */ | 199 | */ |
| 200 | 200 | ||
| 201 | |||
| 201 | /* enable basic MIDI features: | 202 | /* enable basic MIDI features: |
| 202 | - MIDI notes can be sent when in Music mode is on | 203 | - MIDI notes can be sent when in Music mode is on |
| 203 | */ | 204 | */ |
diff --git a/keyboards/ergosaurus/keymaps/default/via/keymap.c b/keyboards/ergosaurus/keymaps/default/via/keymap.c new file mode 100644 index 000000000..5ae73bfd4 --- /dev/null +++ b/keyboards/ergosaurus/keymaps/default/via/keymap.c | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | /* Copyright 2021 littleferris | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT_alice_split_bs( | ||
| 21 | KC_GRV, KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_DEL, | ||
| 22 | KC_PGUP, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, | ||
| 23 | KC_PGDN, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||
| 24 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), | ||
| 25 | KC_LGUI, KC_LALT, KC_ENT, MO(2), KC_SPC, KC_RALT, KC_RCTL | ||
| 26 | ), | ||
| 27 | |||
| 28 | [1] = LAYOUT_alice_split_bs( | ||
| 29 | _______, KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RIGHT, _______, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______ | ||
| 34 | ), | ||
| 35 | |||
| 36 | [2] = LAYOUT_alice_split_bs( | ||
| 37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, _______, _______, | ||
| 39 | _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RIGHT, _______, _______, _______, | ||
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 41 | _______, _______, _______, _______, _______, _______, RESET | ||
| 42 | ), | ||
| 43 | |||
| 44 | [3] = LAYOUT_alice_split_bs( | ||
| 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 46 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 47 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 48 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 49 | _______, _______, _______, _______, _______, _______, RESET | ||
| 50 | ) | ||
| 51 | }; | ||
diff --git a/keyboards/ergosaurus/keymaps/default/via/rules.mk b/keyboards/ergosaurus/keymaps/default/via/rules.mk new file mode 100644 index 000000000..36b7ba9cb --- /dev/null +++ b/keyboards/ergosaurus/keymaps/default/via/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | ||
| 2 | LTO_ENABLE = yes | ||
