* Add Janky No.9
Add Janky No.9
* Update readme.md
* Update keyboard.json
updated as per waffle87 suggestions, and run qmk format-json
* Apply suggestions from code review
updated as per suggestions from zvecr
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
* missing LAYOUTS added to novelkeys/nk87*/rules.mk
* Revert "missing LAYOUTS added to novelkeys/nk87*/rules.mk"
This reverts commit 43917bfc3638ebde58bc8c2b6b8cbc477343b646.
* missing community layouts added to novelkeys/nk87*/keyboard.json
* Add lily58 and common code
* Apply suggestions from code review
Co-authored-by: jack <jack@pngu.org>
* Apply suggestions from code review
Co-authored-by: jack <jack@pngu.org>
---------
Co-authored-by: jack <jack@pngu.org>
* [Keyboard] Move Erogdox STM32 to handwired folder
To minimize confusion with ZSA's ergodox EZ ST (stm32f303) and because this is basically a one-off board
* Don't forget mapping
* Fix readme
* Add Keychron C3 Pro variants
* Update to upstream standards
* Apply suggestions from code review
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
* Reformatted `keyboard.json` for `red`/`rgb` and `c3_pro.c`
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/keychron/c3_pro/ansi/red/config.h
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add C Pro V2 variants
* remove boards by accident
---------
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
- Got the source code from the _Clap_Studio_ Discord server
- Migrated the source code to `keyboard.json` format
- Added more layouts for most common cases
- Fixed errors in `keymaps/default/keymap.c`
- Updated the picture with a real picture of the PCB, to avoid confusion
* Add Model-B keyboard
* PR changes for Model-B
* Update to OLED on Model-B
* added license to pass lint check
* update virtual eeprom for Model-B
* eeconfig_read_kb() update on Model-B
* cleanup changes for Model B
* implementing Model B suggestions
Due to power demands, the Sol 3 might get initially ignored or something by the attached device.
The solution is the enable watchdog, which would have the keyboard repoll the system to connect again.
I have been using watchdog for awhile, but given that the RGBKB developer never progressed #24279,
I made this to add in the essential feature.