diff options
author | john-ezra <47311764+john-ezra@users.noreply.github.com> | 2021-09-11 07:31:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 07:31:24 -0700 |
commit | 5eb500a877d367d6b93f733db6068c3791b663b7 (patch) | |
tree | 716083d9ff5cab72b6ad704f36b1f44b2ac01b3d /keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk | |
parent | 35bff470f73e5041f4e969f5dae5f60d4c1ea3e0 (diff) |
[Keymap] Add john-ezra Kyria Keymap (#14338)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk b/keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk new file mode 100644 index 0000000000..7fca028d22 --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/john-ezra/rules.mk @@ -0,0 +1,11 @@ +OLED_ENABLE = yes # Enables the use of OLED displays +OLED_DRIVER = SSD1306 +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +NKRO_ENABLE = yes # Enable N-Key Rollover +ENCODER_ENABLE = no # Disable Rotary Encoder +SPACE_CADET_ENABLE = no # Disable Space Cadet Shift +GRAVE_ESC_ENABLE = no # Disable Grave Escape +MOUSEKEY_ENABLE = no # Disable Mousekeys +WPM_ENABLE = yes # Enable WPM Counter (Works with default wpm files, but works better with vectorstorm updated wpm.c and wpm.h -> https://github.com/vectorstorm/qmk_firmware/tree/wpm_exact) + +SRC += oled.c |