Formatting
This commit is contained in:
parent
a0a6e24788
commit
291ef064a7
5 changed files with 106 additions and 99 deletions
|
@ -38,6 +38,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
KC_LSFT, ___________________BLANK___________________, ___________________BLANK___________________, KC_RSFT,
|
KC_LSFT, ___________________BLANK___________________, ___________________BLANK___________________, KC_RSFT,
|
||||||
_______, _______, _______, _______, _______, _______
|
_______, _______, _______, _______, _______, _______
|
||||||
),
|
),
|
||||||
|
|
||||||
[_LOWER] = LAYOUT_wrapper(
|
[_LOWER] = LAYOUT_wrapper(
|
||||||
_______, _________________LOWER_L1__________________, _________________LOWER_R1__________________, KC_PIPE,
|
_______, _________________LOWER_L1__________________, _________________LOWER_R1__________________, KC_PIPE,
|
||||||
KC_F11, _________________LOWER_L2__________________, _________________LOWER_R2__________________, KC_F12,
|
KC_F11, _________________LOWER_L2__________________, _________________LOWER_R2__________________, KC_F12,
|
||||||
|
|
|
@ -20,3 +20,4 @@ TAP_DANCE_ENABLE = yes # Enable Tap Dance.
|
||||||
OLED_DRIVER_ENABLE = yes
|
OLED_DRIVER_ENABLE = yes
|
||||||
BOOTLOADER = atmel-dfu
|
BOOTLOADER = atmel-dfu
|
||||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||||
|
SPLIT_TRANSPORT = mirror
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Build Options
|
||||||
|
# change to "no" to disable the options, or define them in the Makefile in
|
||||||
|
# the appropriate keymap folder that will get included automatically
|
||||||
|
#
|
||||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
||||||
|
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
These is my userspace files, heavily influenced by @drashna's userspace structure.
|
These is my userspace files, heavily influenced by @drashna's userspace structure.
|
||||||
|
|
||||||
|
# Keyboards
|
||||||
|
|
||||||
Main uses are for corne & lily58, supporting dfu bootloader (elite-c)
|
Main uses are for corne & lily58, supporting dfu bootloader (elite-c)
|
||||||
|
|
||||||
# Keyboards
|
|
||||||
## Split Common
|
## Split Common
|
||||||
Is compatible with split_common when the previous two keyboards update to them.
|
Is compatible with split_common when the previous two keyboards update to them.
|
||||||
|
|
||||||
If you want to use these keymaps with split common code, they are on my personal github fork: [CurryFurous/qmk_firmware](https://github.com/CurryFurious/qmk_firmware)
|
If you want to use these keymaps with split common code, they are on my personal github fork: [CurryFurious/qmk_firmware](https://github.com/CurryFurious/qmk_firmware)
|
||||||
|
|
||||||
Referenced PRs: #6260, #5998, #6001
|
Referenced PRs: #6260, #5998, #6001
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue