]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)
authorDrashna Jaelre <drashna@live.com>
Fri, 15 Mar 2019 15:57:44 +0000 (08:57 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 15 Mar 2019 15:57:44 +0000 (08:57 -0700)
commit493fbb3dc1423e0d42e57a6dc7ba38b880b37eb5
treed351bb45b24f55eb355b5724f97b0942214fd781
parente0a03bfa6c148da2936b27a2285f1928c5574ac0
[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)

* Use correct functions for dip switch code

* Some planck cleanup

* Hopefully fix RGB Sleeping with RGB Matrix

* Add rgbmatrix extern

* Add numpad 5x6 layout

* RGB Tweaks

* Add RGB startup animation

* Minor RGB Fixes

* Turn off RBG on planck

* Enable separate storage of EEPROM

* Update Macro pad

* Add BJohnson Keymap and minor darshna tweaks

* Clean up rgb and other code for new numpad

* Remove clicky hachy thing

* Update my code to use built in MOD_MASK defines

* Fix up modifier calls

* Tweak to KC_MAKE

* Tweak to KC_MAKE

* Add Semi-colon to numpad

* Preprocess out rgb matrix stuff if not enabled

* Formatting of KC_MAKE

* Add stuff for matrix and light rgb coexistance

* Fix bad spelling

* Change where layer indication shows based on rgblight status

* Force set mods in KC_MAKE

* Optimize CRKBD
22 files changed:
keyboards/crkbd/keymaps/drashna/keymap.c
keyboards/crkbd/keymaps/drashna/rules.mk
layouts/community/ergodox/drashna/keymap.c
layouts/community/ergodox/drashna_glow/config.h
layouts/community/ergodox/drashna_glow/keymap.c
layouts/community/numpad_5x6/bjohnson/config.h [new file with mode: 0644]
layouts/community/numpad_5x6/bjohnson/keymap.c [new file with mode: 0644]
layouts/community/numpad_5x6/bjohnson/rules.mk [new file with mode: 0644]
layouts/community/numpad_5x6/drashna/config.h [new file with mode: 0644]
layouts/community/numpad_5x6/drashna/keymap.c [new file with mode: 0644]
layouts/community/numpad_5x6/drashna/rules.mk [new file with mode: 0644]
layouts/community/numpad_5x6/layout.json [new file with mode: 0644]
layouts/community/numpad_5x6/readme.md [new file with mode: 0644]
layouts/community/ortho_4x12/drashna/config.h
layouts/community/ortho_4x12/drashna/keymap.c
layouts/community/ortho_4x12/drashna/rules.mk
users/drashna/config.h
users/drashna/drashna.c
users/drashna/drashna.h
users/drashna/process_records.c
users/drashna/rgb_stuff.c
users/drashna/rules.mk