]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keymap] Add personal CRKBD keymap (#6843)
authorRichard Baptist <rpbaptist@users.noreply.github.com>
Wed, 2 Oct 2019 16:39:43 +0000 (18:39 +0200)
committerDrashna Jaelre <drashna@live.com>
Wed, 2 Oct 2019 16:39:43 +0000 (09:39 -0700)
commit482ec79e5997b7ecab5102a0536fa3908ab68d02
tree6cc91f873a66b4a0e7ca281064dbfe88ef2342c4
parentfa8359fa1af7177a4818dd31f37cb5f8fe14f362
[Keymap] Add personal CRKBD keymap (#6843)

* Add personal keymap

* Additional readme note

* Fix typo's in readme

* Additional layer key info in readme

* Update keyboards/crkbd/keymaps/rpbaptist/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/crkbd/keymaps/rpbaptist/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/crkbd/keymaps/rpbaptist/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove redundant config

* Remove disabling of NO_ACTION_MACRO and NO_ACTION_FUNCTION

* Remove layer keycode macros

* Use layer_state_t instead of uint32_t

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Use get_highest_layer instead of biton32

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* OLED_ROTATION_90 instead of 180

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Use get_highest_layer instead of biton32

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Use get_highest_layer instead of biton32

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Revert "OLED_ROTATION_90 instead of 180"

This reverts commit f14a4353ab6719c6e4e8974a4d17f8b91940de56.

It messed up the logo on slave

* Use IS_LED_ON function to check LED status

Co-Authored-By: fauxpark <fauxpark@gmail.com>
keyboards/crkbd/keymaps/rpbaptist/config.h [new file with mode: 0644]
keyboards/crkbd/keymaps/rpbaptist/glcdfont.c [new file with mode: 0644]
keyboards/crkbd/keymaps/rpbaptist/keymap.c [new file with mode: 0644]
keyboards/crkbd/keymaps/rpbaptist/readme.md [new file with mode: 0644]
keyboards/crkbd/keymaps/rpbaptist/rules.mk [new file with mode: 0644]