diff options
author | Travis <TravisHi@users.noreply.github.com> | 2022-08-03 16:10:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 07:10:46 +0100 |
commit | 5f6ec37b7dfb33f79a8815af42dd41baeabed383 (patch) | |
tree | 8510b091ecdd3395632e3c47490e6841fe11738a /keyboards/splitkb/kyria/keymaps/travishi/rules.mk | |
parent | 4c8469f565e856555d310564aa31fc04b61fbee3 (diff) |
[Keymap] Add TravisHi keymap for SplitKB Kyria (#17858)
* Init commit
* Prep for MVP
* Add F Fixes (thanks F!)
* Fix some incorrect layer summons
* Create readme (remove comments from code)
* Update OLED indicators (test)
* Add more OLED updates
* Add more layouts
* Update readme and small tweaks
* Update layers and prep for LED layers
* Fix a trapped layer issue
* Test animations
* Add a happy frog animation to right screen
* Add bulk work
* Move fren readme image
* Can't save images
* Update FPS layout
* Update Symbols layer
* Update readme
* Update readme (future comments move to readme)
* Remove superfluous comments & add Licence
* Add licence update
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/travishi/rules.mk')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/travishi/rules.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/travishi/rules.mk b/keyboards/splitkb/kyria/keymaps/travishi/rules.mk new file mode 100644 index 0000000000..a1564cfe4b --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/travishi/rules.mk @@ -0,0 +1,12 @@ +# Enabled features +LEADER_ENABLE = yes +RGBLIGHT_ENABLE = yes +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 # Enables the use of OLED displays + +WPM_ENABLE = yes + + +# Disabled features +ENCODER_ENABLE = no # Enables the use of one or more encoders +MOUSEKEY_ENABLE = no
\ No newline at end of file |