You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 8812a09581
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)
5 months ago
..
config.h Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) 5 months ago
glcdfont.c [Keymap] Crkbd/thunderbird2086 (#16973) 1 year ago
keycodes.h [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
keymap.c [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
layers_block.h [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
oled.c Use a macro to compute the size of arrays at compile time (#18044) 1 year ago
process_records.c [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
readme.md [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
rgb.c [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063) 11 months ago
rules.mk OLED: driver naming cleanups (#21710) 9 months ago
tap_dances.c Tap Dance: remove `qk_` prefix (#19313) 1 year ago
tap_dances.h [Keymap] Crkbd/thunderbird2086 (#16973) 1 year ago

readme.md

Thunderbird2086's custom CRKBD Layout

The concept is Mac and baby finger friendly keymap.

Layers

  • Colemak-DH: base layer. The option(⌥) and command(⌘) keys are assigned to thumb blocks as well as home position keys on each side. Also, far end two columns are assigned to shift(⇧) and control(⌃) keys. colemak-dh

    • Thumb keys
      Tap Double tap Long tap
      Command(⌘) Command(⌘) + Space(␣)
      Delete(⌦) Function layer
      Backspace(⌫) Function layer
      Space(␣) Code layer
      Enter(⏎) Code layer
    • Staggered keys
      Tap Double tap Long tap
      TAB Control(⌃) + TAB
      a Control(⌃)
      z Shift(⇧)
      t Option(⌥)
      n Command(⌘)
      o Control(⌃)
      ' Control(⌃)
      / Shift(⇧)
      = Adjust layer
  • QWERTY: same as Colemak-DH layer qwery

    • Thumb keys : same as Colemak-DH
    • Staggered keys : almost same as Colemak-DH except
      Tap Double tap Long tap
      f Option(⌥)
      j Command(⌘)
      ; Control(⌃)
  • CODE: numbers and symbols.
    symbol

    • Thumb keys
      Tap Double tap Long tap
      ESC Caps lock
    • Staggered keys
      Tap Double tap Long tap
      | Command(⌘) +
  • FUNCTION: function, meadia and navigation keys function

    • Thumb keys
      Tap Double tap Long tap
      ESC Caps lock
  • ADJUST: RGB control, Power control, default layer setting, QMK version and reset adjust

  • SECRET: hold ADJUST and FUNCTION to activate

Custom OLED

This keymap includes custom OLED font and code. The font contains some logos and status indidcators from gotham and soundmonster including my own CAPS LOCK icon. Enable OLED in rukes.mk to check it out. Feel free to reuse the font or parts of it.

Flashing

Flash using make crkbd:thunderbird2086:avrdude for Pro Micro and make crkbd:thunderbird2086:dfu for Elite-C.