diff options
author | Jose Luis Adelantado Torres <JLuisAdelantadoTorres@gmail.com> | 2021-06-24 11:24:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 12:24:11 +1000 |
commit | 5e86a11a8d49928f06609e9ee1b9ef86c45f3f2e (patch) | |
tree | 25a2dcf2aa290fe9a4fbc7a0b6a70a2d437abfe1 /keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md | |
parent | 3099630a11ff64797deb4864193c37b3e4074e05 (diff) | |
download | qmk_firmware-5e86a11a8d49928f06609e9ee1b9ef86c45f3f2e.tar.gz qmk_firmware-5e86a11a8d49928f06609e9ee1b9ef86c45f3f2e.zip |
[keymap] Added new `oled_status` keymap to `nullbitsco/nibble` keyboard (#12824)
* Added new oled_status keymap to nullbitsco/nibble keyboard
* rm: Removed font from src imports
Diffstat (limited to 'keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md')
-rw-r--r-- | keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md b/keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md new file mode 100644 index 0000000000..5b56e5a356 --- /dev/null +++ b/keyboards/nullbitsco/nibble/keymaps/oled_status/readme.md @@ -0,0 +1,29 @@ +# Oled Status + +This uses the [default keymap layout](#layout) and uses the oled to display some useful information. Also VIA is enabled by default! + +Oled displays + * [Led status](#idle) + * [WPM](#idle) + * [Volume Notifications](#volume-notification) + * [RGB Notifications](#rgb-notification) + + +## Layout +![Layout](https://i.imgur.com/XtxdHRH.png) + +## Display +### IDLE +![IDLE1](https://i.imgur.com/OzS3l6J.png) + +![IDLE2](https://i.imgur.com/KG03xkV.png) + +### Volume Notification +![VOL1](https://i.imgur.com/ZEMeme9.png) + +![VOL2](https://i.imgur.com/fQ14uhM.png) + +### RGB Notification +![RGB1](https://i.imgur.com/ILCMudA.png) + +![RGB2](https://i.imgur.com/V5v6PVq.png) |