qmk-keychron-q3-colemak-dh/keyboards/boston/keymaps/vial/config.h
Pylon a510e2b6d1
Increased layer count on Boston to 7 (from 3) (#102)
* Increased layer count to 7 (from 3)

* Increased layer count from 3 to 7 (hopefully updated Git correctly this time)

Co-authored-by: bluepylons <jwang@fluentbio.com>
2022-02-01 23:36:16 -05:00

13 lines
401 B
C

#pragma once
#define DYNAMIC_KEYMAP_LAYER_COUNT 7
#define VIAL_ENCODER_DEFAULT {KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS}
#define VIAL_ENCODER_KEYCODE_DELAY 10
#define VIAL_KEYBOARD_UID {0xB3, 0x30, 0xE4, 0x75, 0xF9, 0x3A, 0x9B, 0x18}
#define VIAL_UNLOCK_COMBO_ROWS {1, 4}
#define VIAL_UNLOCK_COMBO_COLS {0, 13}