[Keymap] add new planck keymap (#6122)
* add new planck keymap
* add newlines to end of files
[Keymap] add keymap hecomi alpha (#6115)
* add keymap hecomi alpha
* Update keyboards/hecomi/keymaps/kakunpc/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
[Keyboard] Planck: Layout Macro Refactor (#4402)
* Planck: layout macro refactor
Unified layout macro names across AVR and ARM boards.
Currently certain layout macros are specific to either AVR or ARM when used in the QMK Configurator. If an AVR-specific macro is used for a Planck rev. 6, or an ARM-specific macro on a rev. 5 or earlier, the user receives a compile error.
* Update keyboards/planck/planck.h per @drashna
Changed KC_LAYOUT_ortho_4x12 alias to LAYOUT_kc_ortho_4x12.
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Add KC_KEYMAP alias for LAYOUT_kc macro
per @drashna
Update keyboards/planck/planck.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix LAYOUT_planck_1x2uC macro for Planck rev6
Thanks to drashna for testing.
* Fix inline comment regarding revisions
* Add specific info.json file for Planck rev6
[Keymap] New planck keymap (#6093)
* New keymap
* Add readme; fix lack of asterisk on raise
* Update default planck map to tap_code vs reg/unreg
* Press F to pay respects
[Keymap] Adding personal keymap / clarifying default keymap readme (#6119)
* Adding led support for Plaid
* Adding led support for Plaid
* Update readme.md
Fixing bad markdown
* Adding my personal keymap
* Clarifying LED instructions / formatting
Add SH1106 OLED support (#5787)
* modify oled_driver to support SH1106
also:
- improve mechanism to specify which OLED IC we use
- comment calc_bounds()
- give OLED_COLUMN_OFFSET a default value
- inline comment re: OLED MEMORY_MODE and SH1106
- update docs/feature_oled_driver.h for SH1106 support and related changes
- docs: OLED: note we have tested SSD1306 on ARM boards (per @XScorpion2)
- define out MEMORY_MODE when using SH1106 OLED driver
* document that SSD1306 128x64 on AVR works
Per @XScorpion2: https://github.com/qmk/qmk_firmware/pull/5787#discussion_r291837842
[Keymap] Add BB8520 trackpad support for CrKbd (#5925)
* Add vlukash CrKbd keymap to support trackpad adapter.
The trackpad adapter uses Elite-C board that has five extra pins.
Also SPI pins are taken for trackpad, keymap config updates column data
pins for matrix scan.
* Update vlukash keymap
* Enable pointing devide, configure mouse BTN1
* Set TAPPING_TERM to 300
* Add support for the BlackBerry 8520 trackpad
* Add vlukash keymap for master-right no-trackpad version
* Remap backspace
* Set EXTRAKEY_ENABLE = yes
* Update thumb keys mappings
* Set bootloader to atmel-dfu
* Sync keymap
* Add scrolling support
* Make debug LEDS conditional
* Add support for both flex and no-flex PCBs
* Add readme and rename root folders
* Update readme file with blog link
* Fix readme file formatting
* Remove ADJUST keycode, code cleanup.
* Add Win key to the keymap.
[Keyboard] Added idb 60 keyboard (#5994)
* Added idb 60 keyboard
* fixed info.json
* implemented revievers' suggested changes
* fixed an error
* implemented revievers' suggestions
* further cleanup
* implemented suggested changes
* fixed errors
[Keymap] Tsangan bottom plain60 configuration (#6100)
* Personal keymap for plain60
* Update keymap for incorrect keys
- update docs
* Placate the gods of Case Insensitivity
Jotix minor layout changes - readme.md fix (#6120)
* jotix layout add KC_GESC
* fix error in readme.md
[Docs] Update feature_rgb_matrix.md (#6117)
* Update feature_rgb_matrix.md
fix indentation on code comments
* Update feature_rgb_matrix.md
more formatting changes, missed these the first time
[Keyboard] Siemens Tastatur Converter (#6090)
* initial commit
* Siemens Tastatur
* Update keyboards/handwired/siemens_tastatur/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* beauty fixes
* More tidying up
* Update keyboards/converter/siemens_tastatur/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
[Keymap] add keymap with split spacebar, ansi, hhkb features (#6114)
* add calbatr0ss dz60 layout
* add media controls
* add media next/prev controls
* add base layer for windows and macos
* swap right ctrl and menu
* missing bracket
* update gitignore
[Keyboard] Adding LED support to the plaid default keycap (#6109)
* Adding led support for Plaid
* Adding led support for Plaid
[Keyboard] Fix the layer state messages for actual values (#6116)
- display adjust when the bits are set correctly
[Keyboard] niu_mini uses dfu bootloader rather than the afrdude bootloader (#6092)
* niu_mini uses dfu bootloader rather than the afrdude bootloader
modified: readme.md
* Change rules in rules.mk to reflect the bootloader change
modified: keyboards/niu_mini/rules.mk
Fixing OLED Driver for 128x64 displays (#6085)
Add 60_ansi_split_bs_rshift layout to DZ60, with a new keymap for the same (#6096)
* Add 60_ansi_split_bs_rshift layout to DZ60
I know there's already a lot of DZ60 layout macros, and #4668 suggests
they should be refactored at some point, but since this is one of the
standard layouts already in QMK that this PCB supports, I figured it was
okay to add so that DZ60 keyboards can share this layout with other
keyboards.
* New 60% ANSI split backspace/right-shift layout
I'm using this on a DZ60, but it should work fine on most 60% PCBs. It's
basically a HHKB layout with a standard ANSI bottom row (3x 1.25U mods,
6.25U spacebar, 4x 1.25U mods).