[Keyboard] romeo - add via layout (#8667)
[Keyboard] Add ReverseStudio-DecadePad (#8553)
* ADD DecadePad
* Fix Key display bug
* fix
* firmware1
THIS IS A Backup commit
* firmware2
* rename all fill with lower case
* fix bug
* Final Version
Fix all bugs
* Requested change apply
* suggested apply
* change apply
* via test
* Apply change and fix via support problem
[Keyboard] Add bat43 Keyboard (#8648)
* carete bat43 dir by new_keyboard.sh
* customize
* bugfix
* fix
* remove LAYOUT_kc
* Update keyboards/bat43/readme.md
* Update keyboards/bat43/rules.mk
* Remove unnecessary parts
* converted to Kxy format
* Update keyboards/bat43/bat43.h
Fix saving output from avrdude and dfu-programmer
Use version_arg in ESSENTIAL_BINARIES dict
Fixes #8541 by getting version from -dumpversion then --version as fallback
VIA Support: 1upkeyboards Sweet16 (#8652)
* update VID and PID to match the rest of 1up's collection
* add VIA keymap
[Keyboard] Lattice60 (#8603)
* created initial files for the lattice60
* modifying the keymaps and config
* keymap edits and docs
* modifying docs and added personal keymap
* added pic and website to readme
* added layout image for default keymap
* updating layout pictures
* minor formatting edit
* file cleanup
* trying to prevent errors with usbconfig
* removed usbconfig.h
* cleaning up comments
* switched to use community hhkb layout
Discipline - Add ISO compatibility, rawHID enable, via layout (#8627)
* Add ISO compatibility, rawHID enable, via layout
* Update rules.mk
* Update keyboards/coseyfannitutti/discipline/rules.mk
* Update keyboards/coseyfannitutti/discipline/keymaps/via/rules.mk
* Update rules.mk
* Update rules.mk
* Update keyboards/coseyfannitutti/discipline/rules.mk
* Update rules.mk
* update iso layout macros
* Update keymap.c
[Keyboard] Add Orbit-X Keyboard (#8605)
* Make initial batch of files
* Tweak keymap
* Mod default keymap
* Add via compat
* Update default keymap based on real world use
* Remove RGB, LCD, MIDI options
* Remove unnecessary functons from orbit_x.c
* Update readme
* Cleanup makefile as necessary
* Make the readme file for default keymap not completely empty
* Update keyboards/ai03/orbit_x/keymaps/default/keymap.c
* Update keyboards/ai03/orbit_x/readme.md
* Update keyboards/ai03/orbit_x/info.json
add 60_tsangan_hhkb layout to GH60 rev. C (#8617)
* add 60_tsangan_hhkb layout to gh60
add 60_tsangan_hhkb layout to dz60 rules (#8616)
* add 60_tsangan_hhkb layout to dz60
format code according to conventions [skip ci]
Initial support for ATtiny85 (#8632)
* Initial support for ATtiny85
* Update mcu selection
Add VIA to Gingham (#8651)
* Add VIA to Gingham
- Add VIA keymap
- Fix minor typo in config.h
- Remove redundunt methods and defines
* Update keyboards/gingham/config.h
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Add via keymap to plaid (#8640)
* define VID/PID in post_config.h, add via keymap
* update readme, set vid/pid for via
* update keymap
* delete usbconfig.h, update keymap
* add status led feature
* Apply suggestions from code review
Co-Authored-By: Joel Challis <git@zvecr.com>
* undef vid/pid in keymap
Co-authored-by: Joel Challis <git@zvecr.com>
Fixed info.json (#8653)
* Previous info.json had 4 layers instead of 1, incorrect height and width
* Added labels for arrows (Up, Down, Left, Right)
* Formatted info.json by rows
Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)
* Fix AVR ws2812 when ADDRESS_BASE is non zero
* fix port
* remove unused function defs
Fix `pgm_read_ptr()` define for ARM (#8658)