]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keymap: Revamp replicaJunction keymaps (#3589)
authorJoshua T <replicaJunction@users.noreply.github.com>
Wed, 15 Aug 2018 22:38:41 +0000 (17:38 -0500)
committerDrashna Jaelre <drashna@live.com>
Wed, 15 Aug 2018 22:38:41 +0000 (15:38 -0700)
commitc19d949b72844120fff5159bc7e637ada4dd2579
tree834d410b135352015a887d6f5fc94feefd96b726
parent632287535c83e6607de97a5998713def61dc01bc
Keymap: Revamp replicaJunction keymaps (#3589)

* Revamp replicaJunction keymaps

Updates both the replicaJunction Ergodox and Atreus keymaps and moves
most of the logic into a new user directory.

* Cleanup as requested in #3589

* Slightly increased TAPPING_TERM

* Fixed typo in #pragma once

* Fix TAPPING_TERM redefined in config.h

* Add include of replicaJunction.h

Due to the tap dance references, without this include, I was getting
compiler errors about both internal QMK items like
`qk_tap_dance_state_t` and constants defined in my replicaJunction.h
file like TD_LAYER_TOGGLE.

Also remove some commented-out code that defined an enum which has since
moved to replicaJunction.h.
19 files changed:
keyboards/atreus/keymaps/replicaJunction/config.h
keyboards/atreus/keymaps/replicaJunction/keymap.c
keyboards/atreus/keymaps/replicaJunction/kle/base-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/kle/e-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/kle/fn-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/kle/i-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/kle/r-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/kle/space-layer.txt [new file with mode: 0644]
keyboards/atreus/keymaps/replicaJunction/readme.md
keyboards/atreus/keymaps/replicaJunction/rules.mk [new file with mode: 0644]
layouts/community/ergodox/replicaJunction/config.h
layouts/community/ergodox/replicaJunction/keymap.c
layouts/community/ergodox/replicaJunction/readme.md
layouts/community/ergodox/replicaJunction/rules.mk [new file with mode: 0644]
users/replicaJunction/config.h [new file with mode: 0644]
users/replicaJunction/readme.md [new file with mode: 0644]
users/replicaJunction/replicaJunction.c [new file with mode: 0644]
users/replicaJunction/replicaJunction.h [new file with mode: 0644]
users/replicaJunction/rules.mk [new file with mode: 0644]