add beegboy keyboard (#10762)
* add layout macro
* add beegboy keymaps
* fix matrix pins
* Change PID
* Update keyboards/handwired/swiftrax/beegboy/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Swiftrax <swiftrax@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
protect against those who develop with their fork on master (#10815)
Fix `implicit declaration of function 'get_host_led_state'` (#10803)
YMD75 rev3: fix swapped backslash and enter (#10801)
[Keyboard] Adding info.json files for NIBBLE 65% keyboard (#10769)
[Keymap] Add KiCad keymap for ANAVI Macro Pad 8 (#10766)
KiCad is a cross platform, free and open source electronics design
automation (EDA) suite. It was used to create ANAVI Macro Pad 8.
This keymap contains 2 layers for KiCad hotkeys and a 3rd layer
for controlling the backlighting and the underlighting.
- Layer for KiCad Schematic hotkeys:
m - to move selected component
r - to rotate selected component
w - to wire components
v - to edit component value
F1 - zoom in
F2 - zoom out
F4 - zoom center
- Layer for KiCad PCB layout hotkets:
m - to move selected component
r - to rotate selected component
x - to route a new track
v - to add a via
F1 - zoom in
F2 - zoom out
F4 - zoom center
Signed-off-by: Leon Anavi <leon@anavi.org>
[Keymap] add an autoclicker to my plaid keymap (#10743)
[Keymap] Add OBS keymap for ANAVI Macro Pad 8 (#10742)
OBS keymap for ANAVI Macro Pad 8 with the following shortcuts:
- Shortcuts useful for switching scenes on the 1st row:
Hold Left Control, Shift, Alt and GUI and press F9
Hold Left Control, Shift, Alt and GUI and press F10
Hold Left Control, Shift, Alt and GUI and press F11
Hold Left Control, Shift, Alt and GUI and press F12
- Center to screen: Ctrl+D
- Fit to screen: Ctrl+F
- Move source to top of sources list: Ctrl+Home
Signed-off-by: Leon Anavi <leon@anavi.org>
[Keyboard] Redox via support added (#10710)
* add via config for Redox OG
* Fix name typo
* clean up via file and move to via pull
* fix typo in readme, align config.h properly
[Keyboard] Adding Little Alby the Arduino Keyboard (#10713)
* Adding little Alby keyboard
* Adding readme and expanding programs
* Updating readme
* adding spirit guide
* changes based on review
* Updating config name and readme
* Update keyboards/littlealby/mute/rules.mk
Update tabbing
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/littlealby/mute/rules.mk
Remove other boards
Co-authored-by: Ryan <fauxpark@gmail.com>
* Changes based on review
* Update keyboards/littlealby/mute/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/littlealby/mute/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/littlealby/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/littlealby/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/littlealby/mute/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Adding unique vendor and Product IDs
* Update keyboards/littlealby/mute/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* 0x4D55 = MU
* Adding default map
Co-authored-by: Alby Barber <albybarber@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Add brightness level API to OLED driver (#10772)
* Add brightness level API to OLED driver
* Set default brightness to 255
[Keyboard] Add via keymap to E6.5 (#10771)
* Added basic via keymap
* Added via keymaps and changed config Product and Vendor ID
* Update keyboards/exclusive/e65/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/exclusive/e65/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Refactored via/keymap.c to use LAYOUT_all
* Refactored e65.h to remove nested matrix layouts
* Previous commit missed LAYOUT_65_ansi_blocker. Fixed
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Add via keymap for percent booster (#10768)
xelus/kangaroo: fix info.json layout macro reference (#10765)