diff options
| author | tmk <nobody@nowhere> | 2012-05-15 03:41:07 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-05-16 02:01:45 +0900 |
| commit | f5f48c2a240b43e1773c3787b8fca8859f128cf7 (patch) | |
| tree | 58ed9b0f4013f33e11767836a98ffa227aa3dd0e /rules.mk | |
| parent | d553289e7edfdf17dfe4fb9cf45a3b23ea2e03df (diff) | |
| download | qmk_firmware-f5f48c2a240b43e1773c3787b8fca8859f128cf7.tar.gz qmk_firmware-f5f48c2a240b43e1773c3787b8fca8859f128cf7.zip | |
Fix bug on RAW2SCAN. Add work around for M0110A.
- Bug fix: Macro RAW2SCAN doesn't work and converted into static inline function.
- Add Exceptional handling for M0110A arrow keys and calc keys.
- Fix keymap.
Diffstat (limited to 'rules.mk')
| -rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -317,7 +317,7 @@ GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d | |||
| 317 | 317 | ||
| 318 | # Combine all necessary flags and optional flags. | 318 | # Combine all necessary flags and optional flags. |
| 319 | # Add target processor to flags. | 319 | # Add target processor to flags. |
| 320 | # You can give EXTRAFLAGS at 'make' command line. | 320 | # You can give extra flags at 'make' command line like: make EXTRAFLAGS=-DFOO=bar |
| 321 | ALL_CFLAGS = -mmcu=$(MCU) -I. $(CFLAGS) $(GENDEPFLAGS) $(EXTRAFLAGS) | 321 | ALL_CFLAGS = -mmcu=$(MCU) -I. $(CFLAGS) $(GENDEPFLAGS) $(EXTRAFLAGS) |
| 322 | ALL_CPPFLAGS = -mmcu=$(MCU) -I. -x c++ $(CPPFLAGS) $(GENDEPFLAGS) $(EXTRAFLAGS) | 322 | ALL_CPPFLAGS = -mmcu=$(MCU) -I. -x c++ $(CPPFLAGS) $(GENDEPFLAGS) $(EXTRAFLAGS) |
| 323 | ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) $(EXTRAFLAGS) | 323 | ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) $(EXTRAFLAGS) |
