[Keyboard] Fixes fox idb_60 keyboard (#10827)
* Fixed VIA keymap build warning on gcc 10.2.0, Fixed misleading LED function names, Fixed formatting
* Fix: Allow layer LED indicators to be overriden on the keymap level
* Implemented suggested change from led_set_kb callback to led_update_kb callback
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/idb/idb_60/idb_60.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] add bt66tech60 handwired (#10867)
* Add files via upload
add handwired bt66tech keyboard
* Update info.json
* Update rules.mk
* Update info.json
* Update config.h
change #define DESCRIPTION
* Update bt66tech60.c
remove #include "bt66tech.h"
* Update config.h
remove #define DESCRIPTION A handwired 60% keyboard.
* Update keymap.c
remove \ and
// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
QMKBEST = SAFE_RANGE,
QMKURL
};
* Update readme.md
fill description
* Update rules.mk
apply suggestion
* Update keymap.c
remove bool process_record_user(uint16_t keycode, keyrecord_t *record) .....
* Update keymap.c
remove enter inline 25
* Update readme.md
remove *
* Update bt66tech60.c
remove all and add #include "bt66tech60.h"
* Update keymap.c
* Update rules.mk
remove enter
* Update info.json
chenge LAYOUT to LAYOUT_60_ansi
* Update readme.md
* Update rules.mk
add LAYOUTS = 60_ansi
* Update rules.mk
when add LAYOUTS = 60_ansi the pullrequest check say error so i'm remove it
* Update rules.mk
add LAYOUTS = 60_ansi
* Update rules.mk
[Keyboard] Add minim keyboard (#10970)
* Create minim firmware
* Cleanup and add configurator support
* PR Checklist Items
* Delete keymap.c
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
[Keyboard] Added BKS65 Bolsa Supply PCB (#10933)
* Copied B65 and updated matrix
* Updated Caps LED Pin
* Updated most of the FW
* Updated errant names from Bolsa65 copy
* Keymap updates
* Moved to config.h LED indicators. Tested on PCB for functionality
Add M4cs Keymap for dekunukem/duckyPad (#10900)
* Add Keymap
* Fix Media Keys
* Add Keymap ASCII and Clean Up
* Add Readme
* Add GPL Headers, Clean Up Code Based on @drashna Suggestions
* Remove unnecessary include
* Add Layout for info.json and Readme.md
* Fix Layout for info.json
* Fix #endif Error
* Remove Tapping Term
* Add Default Keymap
* Add comments, fix readmes, clean up
* Fix README formatting
* Fix Timeout
* Fix I2C Rules
* Fix Comment Formatting, Multiline Breaks
* Add Sleep/Backlight Rules
* Clean Up README
* Clean Up Rules
* Fix Comments
* Add Pragmas
Co-authored-by: M4cs <mabridgland@protonmail.com>
Co-authored-by: Max <max@Maxs-MacBook-Pro.local>
Railroad fix (#10935)
* Fix Railroad build issues
* Update keyboards/nopunin10did/railroad/rev0/rules.mk
* Update keyboards/nopunin10did/railroad/rev0/rev0.h
* Add extra copy of readme to the rev0 folder
* Update keyboards/nopunin10did/railroad/rev0/readme.md
refactor adelais en ciel rev.2, mechlovin9 (#10930)
Co-authored-by: vuhopkep <boy9x0@gmail.com>
Add rules.mk for ddeklerk split_3x6_3 keymap (#11008)
* Add rules.mk
In order for the media controls to work, a rules.mk file was necessary.
Add a new keyboard: yoichiro/lunakey_mini (#10958)
* Add a new keyboard: yoichiro/lunakey_mini
* Modify the VENDOR and PRODUCT IDs.
* Remove unnecessary EOL characters.
* Remove unnecessary modified characters.
* Update the layer definition more simple.
* Change the product name.
* Change the LAYOUT name (append `_split_3x6_4`) and change keys order in info.json file.
[Keyboard] Add Wampus (#10991)
* Configure new keyboard zoo/wampus
* Apply suggestions from code review
Update LED pins to defined defaults
Co-authored-by: Joel Challis <git@zvecr.com>
* Apply suggestions from code review
- Remove unused layers from default.
- Remove chibios patch comment
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Remove references to ch-bootloader-jump.patch (#10998)
Fix failed develop updates within CI (#11001)
* Fix inverted logic
* skip locked instead of fail
[Keyboard] Added Vagrant-10 keyboard (#10048)
* Initial commit for Vagrant-10
* Initial commit for Vagrant-10
* customized layout
* Fully working QMK config with default keymap
* Update info.json
* Update info.json
* Update readme.md
* prep
* fixed pull request issues
* Update keyboards/vagrant_10/keymaps/default/keymap.c
* Update keyboards/vagrant_10/keymaps/default/keymap.c
* Update keyboards/vagrant_10/vagrant_10.h
* Update keyboards/vagrant_10/vagrant_10.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/rules.mk
* Update keyboards/vagrant_10/readme.md
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/info.json
* Update keyboards/vagrant_10/info.json
* Update keyboards/vagrant_10/vagrant_10.h
* Update keyboards/vagrant_10/keymaps/default/keymap.c
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/readme.md
* Update keyboards/vagrant_10/config.h
* License header
* License header
* License header
* License header.
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/config.h
* Update keyboards/vagrant_10/vagrant_10.h
push the API data for develop as well (#10852)
Rebase develop after a master push (#10812)
* rebase develop after a master push
* limit this to qmk/qmk_firmware
* change to a merge strategy
* GITHUB_TOKEN isn't needed
* check for .locked in develop
* break up into more steps
Refactor to use led config - Part 4 (#10967)
* Refactor to use led config
* Refactor to use led_update_kb
Refactor to use led config - Part 5 (#10975)
* Refactor to use led config
* Refactor to use led config
* Refactor to use led config