]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354)
authorDrashna Jaelre <drashna@live.com>
Wed, 20 Nov 2019 20:37:24 +0000 (12:37 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 20:37:24 +0000 (12:37 -0800)
commiteb91c962886b1bb52c2d457a574cba09e2a8b0f0
tree20f3d49671b6d42ca1edf285431e3e4120551228
parent8e8986b2506ca4cdd2339a441314a0838e3a4329
[Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354)

* Add Kyria Keymap

* Enable all RGBLIGHT Animations for ARM and high capacity AVR

* Reduce GNUC version for __has_include

* Cleanup Ortho 4x12 Community layout

* Update Collide 39 keymap

* Cleanup Keymaps

* Enable full 30 LEDs for Ergodox

* Change EEPROM Load timing

* Use RGB Matrix on Planck Rev6

* Use correct keymap swap

* Enable everything for ARM

* Only enable rgb sleep on avr until crash is fixed

* Add additional Kyria keymap config

* Overhaul Kyria OLED display

* Improve kyria keymap based on usage

* Minor tweaks to rules

* Update OLED code to truncate properly

* Fix RGB Light layer indication

* Switch all of biton32 to get_highest_layer function

* Fix OLED Keylogger display

* Run qmk cformat over all of my user files

* Slight tweak to kyria based on usage

* Move around LALT_T config

* Add comments about base wrappers to keymaps

* Another cformat pass

* Temp fix for VUSB boards and NKRO

* Convert tabs to spaces in rules.mk files

* Only enable RGBLight if it's enabled

* Add Encoder Flip setting

* Update OLED font file
38 files changed:
keyboards/40percentclub/nano/keymaps/drashna/keymap.c
keyboards/c39/keymaps/drashna/config.h [changed mode: 0755->0644]
keyboards/c39/keymaps/drashna/keymap.c
keyboards/c39/keymaps/drashna/rules.mk
keyboards/crkbd/keymaps/drashna/glcdfont.c
keyboards/crkbd/keymaps/drashna/keymap.c
keyboards/gergo/keymaps/drashna/keymap.c
keyboards/keebio/iris/keymaps/drashna/config.h
keyboards/keebio/iris/keymaps/drashna/keymap.c
keyboards/keebio/viterbi/keymaps/drashna/config.h
keyboards/keebio/viterbi/keymaps/drashna/keymap.c
keyboards/kyria/keymaps/drashna/config.h [new file with mode: 0644]
keyboards/kyria/keymaps/drashna/keymap.c [new file with mode: 0644]
keyboards/kyria/keymaps/drashna/rules.mk [new file with mode: 0644]
keyboards/orthodox/keymaps/drashna/config.h
keyboards/orthodox/keymaps/drashna/keymap.c
layouts/community/ergodox/drashna/config.h
layouts/community/ergodox/drashna/keymap.c
layouts/community/ergodox/drashna/rules.mk
layouts/community/numpad_5x6/drashna/config.h
layouts/community/numpad_5x6/drashna/keymap.c
layouts/community/ortho_4x12/drashna/config.h
layouts/community/ortho_4x12/drashna/keymap.c
layouts/community/ortho_4x12/drashna/rules.mk
layouts/community/ortho_5x12/drashna/keymap.c
layouts/community/ortho_5x12/drashna/rules.mk
users/drashna/config.h
users/drashna/drashna.c
users/drashna/drashna.h
users/drashna/font_gmk_bad.h [new file with mode: 0644]
users/drashna/hue_manitee_font.h [new file with mode: 0644]
users/drashna/process_records.c
users/drashna/rgb_stuff.c
users/drashna/rgb_stuff.h
users/drashna/rgblight_breathe_table.h
users/drashna/rules.mk
users/drashna/template.c
users/drashna/template.h