Browse Source

atomic hex

pull/38/head
Jack Humbert 8 years ago
parent
commit
11d6e66979
2 changed files with 1567 additions and 1 deletions
  1. +1566
    -0
      keyboard/atomic/atomic_pcb.hex
  2. +1
    -1
      quantum/keymap_common.h

+ 1566
- 0
keyboard/atomic/atomic_pcb.hex
File diff suppressed because it is too large
View File


+ 1
- 1
quantum/keymap_common.h View File

@ -123,7 +123,7 @@ extern const uint16_t fn_actions[];
#define KC_COLN LSFT(KC_SCLN) // :
#define KC_COLON KC_COLN
#define KC_PIPE LSFT(KC_SLSH) // |
#define KC_PIPE LSFT(KC_BSLS) // |
#define KC_DELT KC_DELETE // Del key (four letter code)


Loading…
Cancel
Save