Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build a non-split keyboard with this firmware? #2

Closed
xiaoquanaa opened this issue Apr 8, 2020 · 1 comment
Closed

how to build a non-split keyboard with this firmware? #2

xiaoquanaa opened this issue Apr 8, 2020 · 1 comment

Comments

@xiaoquanaa
Copy link

Hey, big brother, i am so glad to see your project of the nrf52840 keyboard . i was thinking about building a key 87 keyboard with nrf52840 . but i saw that all you project is about split keyboard , if i want to build a normal keyboard(non-split) with just one nrf52 module , how should i modify the firmware from yours , could i just compile the master's firmware?
and still another question , there are few things about the sleeping mode and battery life are mentioned in your wiki , i just want to know the keyboard will go to sleep without typing in how many seconds.
can you give me some advices in your spare time ?

@joric
Copy link
Owner

joric commented Apr 10, 2020

I think sekigon has a lot of non-split examples, e.g. https://github.com/sekigon-gonnoc/qmk_firmware/tree/nrf52/keyboards/angel64_ble

Regarding sleep mode I couldn't really find anything besides BLE_ADV_EVT_IDLE event that puts the system to sleep. I guess it's about 3 minutes, but not sure how to modify it.

@joric joric closed this as completed Apr 10, 2020
krikun98 pushed a commit to krikun98/qmk that referenced this issue Dec 7, 2020
* Add Initial layout configuration.

* Set arduino pro micro's built in RX LED as Numlock

* Enable Autoshift feautre.

* Remove DVORAK layout.

* Add Numpad, update default layer.

* Update AutoShift timeout.

* Beautify ASCII Art.

* Update keymap.

* Add Initial verison of RGB lighting.

* Add Tap dance, hungarian letters.

.Xmodmap example: geripgeri/dotfiles@09f0587

* Update RGB to use only noeeprom functions.

* Change default rgb led color.

* Add `pragma once`.

* Emojis added.

* Add tap dance for hungarian letters, multimedia control, slash/backslash.

* Remove audio related code.

* Add Gaming layer.

* Remove unnecessary code, update copyright.

* Add readme.md

* Implement code review suggestions.

* Implement code review suggestions joric#2

* Remove Auto Shift feature.

* Remove Gaming layer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants