Finally added Colemak DH

This commit is contained in:
dave
2024-08-12 09:10:40 -05:00
parent f6ccbed4ac
commit dd4507cfc4
4 changed files with 44 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
// Tap dance codes
enum {
enum {
TD_Q_ESC,
TD_W_GRV,
BRT_OPA
@@ -39,7 +39,7 @@ enum {
};
// Layer-taps
// Layers
// 3 LEFT THUMB KEYS
#define MUS_ESC LT(_MUS, KC_ESC)
@@ -55,4 +55,7 @@ enum {
// 2 RIGHT THUMB KEYS
#define NUM_SPC LT(_NUM, KC_SPC)
// Default layer change
#define QWERT DF(_QWERTY)
#define COLDH DF(_COLEMAKDH)
// clang-format on

View File

@@ -17,8 +17,8 @@
// EMPTY ROW
#define __________________EMPTY_____________________ _______, _______, _______, _______, _______
// BOOTLOADER
#define _________________BOOT_R1____________________ _______, _______, _______, _______, QK_BOOTLOADER
#define _________________BOOT_L1____________________ QK_BOOTLOADER,_______,_______,_______,_______
#define _________________BOOT_R1____________________ COLDH, _______, _______, _______, QK_BOOTLOADER
#define _________________BOOT_L1____________________ QK_BOOTLOADER,_______,_______,_______,QWERT
// _BASE

View File

@@ -2,6 +2,7 @@
typedef enum {
_QWERTY, // 0
_COLEMAKDH,
_NAV, // 2
_NUM, //3
_SYM, // 4