Age | Commit message (Collapse) | Author |
|
|
|
* added neson design's 700e keyboard
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
* add bluepill mcu to splittest
* fix typo
* refactoring
* mcu config goes to mcuconf.h of keyboard
* keymap specific config goes to keymap config.h
* keyboard specific depending of keymap goes to post_config.h
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com>
* splittest/bluepill: improve documentation
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
* [keymap] Add kkokdae keymap for keyboardio/atreus
* Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Revert "Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c"
This reverts commit 8e9ccc78c796ea482b5b48d546498c06e3a2af09.
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* skergo.h: use ___ for KC_NO
* skergo.h: use 3-character notation
* skergo.h: add matrix diagram
* add LAYOUT_all macro
* update grid alignment of LAYOUT macro and keymaps
* refactor keymaps
Refactor keymaps to use the `LAYOUT_all` macro. Converts tabs to spaces.
This change necessitates the following changes to keymaps:
- The keycodes for Page Up, Page Down, and End each move up one row - all as the last keys on their new rows.
- The keycode for the secondary B key moves up one row, inserted between the primary (left side) B and the N.
* remove LAYOUT macro
* rename LAYOUT_all macro to LAYOUT_split_bs
* add LAYOUT_2u_bs macro
* readme.md: add flashing example
* info.json: correct maintainer value
Update to reference maintainer's GitHub username.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* info.json: fix JSON syntax error
* info.json: convert tabs to spaces
* info.json: add QMK Configurator layout data
* readme.md: switch Bootloader and Docs sections
|
|
|
|
|
|
* info.json: apply friendly formatting
* info.json: correct key sequence
* info.json: remove dead space from layout
* info.json: correct maintainer value
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
* Fix typo for POINTING_DEVICE_GESTURES_SCROLL_ENABLE
Follow the name written in documentation which follows
POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE
* Reword the blurb about POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE in docs
|
|
|
|
* better rgb bindings; improve default
* trim firmware size
|
|
* add bold and blackboard bold glyph transformations
* trim firmware size; cformat
* fix typo in macro
* trim firmware size a bit more
|
|
|
|
* info.json: apply friendly formatting
* info.json: correct layout data
Fix the size and position of the Backslash key.
* readme.md: touch-up formatting
* readme.md: switch Bootloader and Docs sections
* correct keyboard maintainer
|
|
|
|
|