-
i get the following error--
```
keyboards/ergodox/keymaps/common-nighthawk/keymap.c:37:1: warning: implicit declaration of function 'ACTION_TAP_DANCE_DOUBLE' [-Wimplicit-function-declaration]
[BASE…
-
IIRC @marknsikora said that tmk currently does not support characters longer than 8 bits; If this is true, this should be addressed in the docs before letting the user get too invested in using this r…
-
The error appear after a full upgrade on the system:
osx ugraded to sierra and brew update and upgrade
do you need any other log?
-
If I understand correctly that should give me:
- Tap: COMMAND + SPACE
- Hold: COMMAND
But it gives me a space on tap instead.
I validated that LGUI(KC_SPC) works for COMMAND+SPACE.
Any idea?
(Ergo…
-
Hi,
I reach this project by accident, and found it really really cool! RGB mode is just what I need! 👍 You are so great!!!!!!!!!!!!!!
May I ask, is this project finished? Can I use it to print p…
-
Hello,
I am trying to create an Ergodox EZ firmware to be used with the Brazilian ABNT2 keyboard layout (the standard keyboard used in Brazil) on OS/X.
Now the ABNT2 is a strange little keyboard lay…
ghost updated
8 years ago
-
While trying to replace text in a block `-- VISUAL LINE --` should be hidden, while the user types.
Steps to reproduce:
1. Select a line using `shift+v`
1. Press `:` to start entering search/re…
-
I just downloaded the new firmware and I am getting the following error on build:
Everything worked fine for the previous versions:
Scanning dependencies of target kiibohd.elf
[ 4%] Building C obje…
-
Following PR #217 by @IBNobody, it appears that pressing Magic+D enables all debug flags:
``` c
case MAGIC_KC(MAGIC_KEY_DEBUG):
debug_enable = !debug_enable;
if (debug…
-
When running make-all-keyboards, the default subproject is compiled twice. Take a look at [this](https://travis-ci.org/jackhumbert/qmk_firmware/builds/143696695) for example.
You can see that for Clu…