Tented blackpill finished.

via enabled in rules messed up layer nr 6???
This commit is contained in:
Thomas Haukland
2022-11-07 21:42:21 +01:00
parent 132980b706
commit 48a9f0ceef
3 changed files with 36 additions and 53 deletions

View File

@@ -30,7 +30,7 @@ SERIAL_DRIVER = usart
DEBOUNCE_TYPE = asym_eager_defer_pk
VIA_ENABLE = yes
#VIA_ENABLE = yes
CAPS_WORD_ENABLE = yes

View File

@@ -19,22 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
// Set the mouse settings to a comfortable speed/accuracy trade-off,
// assuming a screen refresh rate of 60 Htz or higher
// The default is 50. This makes the mouse ~3 times faster and more accurate
#define MOUSEKEY_INTERVAL 16
// The default is 20. Since we made the mouse about 3 times faster with the previous setting,
// give it more time to accelerate to max speed to retain precise control over short distances.
#define MOUSEKEY_TIME_TO_MAX 40
// The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
#define MOUSEKEY_DELAY 100
// It makes sense to use the same delay for the mouseweel
#define MOUSEKEY_WHEEL_DELAY 100
// The default is 100
#define MOUSEKEY_WHEEL_INTERVAL 50
// The default is 40
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
// Pick good defaults for enabling homerow modifiers
#define TAPPING_TERM 280
// #define PERMISSIVE_HOLD
@@ -43,11 +27,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define RETRO_TAPPING
// Underglow configuration
#ifdef RGBLIGHT_ENABLE
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#endif
//#ifdef RGBLIGHT_ENABLE
// #define RGBLIGHT_ANIMATIONS
// #define RGBLIGHT_HUE_STEP 8
// #define RGBLIGHT_SAT_STEP 8
// #define RGBLIGHT_VAL_STEP 8
//#endif
#define UNICODE_SELECTED_MODES UC_MAC

View File

@@ -2,7 +2,7 @@
"version": 1,
"notes": "My awesome keymap",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "bastardkb/skeletyl",
"keyboard": "bastardkb/skeletyl/blackpill",
"keymap": "default",
"layout": "LAYOUT_split_3x5_3",
"layers": [
@@ -61,10 +61,10 @@
"KC_MS_R",
"KC_MUTE",
"KC_NO",
"KC_BTN1",
"KC_BTN2",
"KC_BTN3",
"KC_NO",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_VOLD",
"KC_MNXT",
"KC_MS_D",
@@ -121,10 +121,10 @@
"KC_NO"
],
[
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
"RGB_HUI",
"RGB_SAI",
"RGB_SPI",
"RGB_MOD",
"KC_NO",
"KC_AT",
"KC_UNDS",
@@ -135,16 +135,16 @@
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_NO",
"RGB_TOG",
"KC_HASH",
"KC_TAB",
"KC_EXLM",
"KC_DQUO",
"KC_DLR",
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
"RGB_HUD",
"RGB_SAD",
"RGB_SPD",
"RGB_RMOD",
"KC_NO",
"KC_TILD",
"KC_QUOT",
@@ -159,7 +159,7 @@
"KC_NO"
],
[
"KC_PERC",
"KC_EQL",
"KC_COLN",
"KC_LT",
"KC_GT",
@@ -175,10 +175,10 @@
"KC_RPRN",
"KC_AT",
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_MINS",
"KC_EXLM",
"KC_LBRC",
@@ -207,10 +207,10 @@
"KC_F8",
"KC_F9",
"KC_F10",
"KC_NO",
"KC_BTN3",
"KC_BTN2",
"KC_BTN1",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_NO",
"KC_NO",
"KC_F4",
@@ -235,7 +235,7 @@
"KC_TRNS"
],
[
"KC_A",
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
@@ -252,7 +252,7 @@
"KC_NO",
"KC_PMNS",
"KC_P4",
"KC_B",
"KC_P5",
"KC_P6",
"KC_PSLS",
"KC_NO",
@@ -260,7 +260,7 @@
"KC_NO",
"KC_NO",
"KC_NO",
"KC_P0",
"KC_PDOT",
"KC_P1",
"KC_P2",
"KC_P3",
@@ -268,10 +268,10 @@
"KC_NO",
"KC_NO",
"KC_NO",
"KC_TRNS",
"KC_TRNS",
"KC_0",
"KC_COMM",
"KC_P0"
]
],
"author": "thomas.haukland@gmail.com"
}
}